COLOR #00A365

HEX: #00A365
RGB: (0,163,101)

Renk bilgisi

#00A365 contains mainly green color. #00A365 ‘ nin web güvenlik rengi #009966 (ya da #096) dir.

RGB renk modeli

#00A365 color RGB value is (0,163,101).

  • kırmız ton 0;
  • yeşil ton 163;
  • mavi ton 101.
RGB:
(0,163,101)
(0%,64%,40%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 163 of 255 = 64%
B 101 of 255 = 40%

0
163
101

R + G + B ~ 35%. #00A365 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 163 + 101 = 264 (100%)
R 0 of 264 ~ 0%
G 163 of 264 ~ 61.74%
B 101 of 264 ~ 38.26%

%61.74
%38.26

CMYK RENK MODELİ

#00A365 rengi CMYK tonu (100,0,38,36).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 38.04%
  • ana renk tonu 36.08%
CMYK:
(100,0,38,36)
C100M0Y38K36 
(100%,0%,38%,36%)
(1.00/0.00/0.38/0.36)	

CMYK yüzdeleri

%100
%0
%38.04
%36.08

Codes

Color #00A365 in popluar color models

00A365
RGB0163101
HSL157°100.00%31.96%
HSB/HSV157°100.00%63.92%
CMYK100.00%0.00%38.04%
36.08%

Color #00A365 in popluar number systems.

HEX00A365
Decimal0163101
Binary0101000111100101
Octal0243145

Shades and tints

Shades of #00A365

#00A365
(0,163,101)
#00955C
(0,149,92)
#008753
(0,135,83)
#00794A
(0,121,74)
#006B41
(0,107,65)
#005D38
(0,93,56)
#004F2F
(0,79,47)
#004126
(0,65,38)
#00331D
(0,51,29)
#002514
(0,37,20)
#00170B
(0,23,11)
#000000
(0,0,0)

Tints of #00A365

#00A365
(0,163,101)
#17AB73
(23,171,115)
#2EB381
(46,179,129)
#45BB8F
(69,187,143)
#5CC39D
(92,195,157)
#73CBAB
(115,203,171)
#8AD3B9
(138,211,185)
#A1DBC7
(161,219,199)
#B8E3D5
(184,227,213)
#CFEBE3
(207,235,227)
#E6F3F1
(230,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A365 color. Also use rgb(0,163,101) instead hex code.

Text Font Color

.myTextColor { color: #00A365; }

<p style="color:#00A365">This sample text font color is #00A365.</p>

This text font color is #00A365.


Background Color

.myBgColor { background-color: #00A365; }

<div style="background-color:#00A365">Inner text</div>

This div background color is #00A365.


Border color

.myBorderColor { border: 1px solid #00A365; }

<div style="border:3px solid #00A365">Div</div>

This div border color is #00A365.


Opacity

.myOpacity80 { color: #00A365; opacity: 0.8; }

<p style="color:#00A365;opacity:0.8;">80%</p>

Text with #00A365 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00A365;}

<p style="text-shadow: 3px 3px 1px #00A365">Text here.</p>

This text has shadow with #00A365 color.

.textShadow {text-shadow: 3px 3px 1px #00A365, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00A365, 5px 5px 20px red">Text here.</p>

This text has shadow with #00A365 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00A365, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00A365, Direction=45, Strength=4)">Text</p>

This text has shadow with #00A365 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00A365;
  -webkit-box-shadow:	1px 1px 3px 2px #00A365;
  box-shadow:		1px 1px 3px 2px #00A365;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00A365;
-webkit-box-shadow: 1px 1px 3px 2px #00A365;
box-shadow:1px 1px 3px 2px #00A365;">
Div content here</div>
This div box has shadow with color #00A365.

Preview

Color preview on black background

This text has color #00A365 on black background.


Color preview on white background

This text has color #00A365 on white background.



Black color preview on #00A365 background

This text has black color on #00A365 background.


White color preview on #00A365 background

This text has white color on #00A365 background.