Html Css Color HEX #09A08C Persian Green

📋 copy color: '#09A08C'

red 9 ◦ green 160 ◦ blue 140

#09A08C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #09A08C

Tints of Persian Green #09A08C

RGB

 RED value IS 9 (3.91% from 255) = 2.91%

 GREEN value IS 160 (62.89% from 255) = 51.78%

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 2.91%
G = 51.78%
B = 45.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09A08C (or 0x09A08C) is known color: Persian Green. HEX triplet: 09, A0 and 8C. RGB value is (9,160,140). Sum of RGB (Red+Green+Blue) = 9+160+140=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #09A08C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A08C is #F65F73. Grayscale: #707070. Windows color (decimal): -16146292 or 9216009. OLE color: 9216009.

HSL color Cylindrical-coordinate representation of color #09A08C: hue angle of 172.05º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A08C is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 160 140 -
CMYK 0.94 0 0.12 0.37
HSL 172.05º 0.89% 0.33% -
HSV(B) 172.05º 0.94% 0.63% -
XYZ 17.42 27.09 29.12 -
YUV 112.57 143.47 54.13 -
System Red Green Blue C M Y K H S L
Decimal 9 160 140 0.94 0 0.12 0.37 172.05 0.89 0.33
Hex 9 A0 8C 5E 0 C 25 AC 59 21
Octal 11 240 214 136 0 14 45 254 131 41
Binary 1001 10100000 10001100 1011110 0 1100 100101 10101100 1011001 100001

Color Harmonies of #09A08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A08C

Black with #09A08C

Text Example


Text Example

White with #09A08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A08C; }

 p { color: rgb(9,160,140); }

 H1.HeaderClassName
 {
   color: #09A08C;
 }
 .AnyTagClassName
 {
   color: #09A08C;
 }
</style>

background-color css

<style>
 a { background-color: #09A08C; }

 a { background-color: rgb(9,160,140); }

 div.DivClassName
 {
   background-color: #09A08C;
 }
 .BgClassName
 {
   background-color: #09A08C;
 }
</style>

border-color css

<style>
 span { border-color: #09A08C; }

 span { border-color: rgb(9,160,140); }

 td.TdClassName
 {
   border-color: #09A08C;
 }
 .TagClassName
 {
   border-color: #09A08C;
 }
</style>