Html Css Color HEX #09A091 Persian Green

📋 copy color: '#09A091'

red 9 ◦ green 160 ◦ blue 145

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

Shades of Persian Green #09A091

Tints of Persian Green #09A091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 2.87%
G = 50.96%
B = 46.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#09A091 (or 0x09A091) is known color: Persian Green. HEX triplet: 09, A0 and 91. RGB value is (9,160,145). Sum of RGB (Red+Green+Blue) = 9+160+145=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #09A091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A091 is #F65F6E. Grayscale: #717171. Windows color (decimal): -16146287 or 9543689. OLE color: 9543689.

HSL color Cylindrical-coordinate representation of color #09A091: hue angle of 174.04º 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 #09A091 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 160 145 -
CMYK 0.94 0 0.09 0.37
HSL 174.04º 0.89% 0.33% -
HSV(B) 174.04º 0.94% 0.63% -
XYZ 17.79 27.24 31.11 -
YUV 113.14 145.97 53.72 -
System Red Green Blue C M Y K H S L
Decimal 9 160 145 0.94 0 0.09 0.37 174.04 0.89 0.33
Hex 9 A0 91 5E 0 9 25 AE 59 21
Octal 11 240 221 136 0 11 45 256 131 41
Binary 1001 10100000 10010001 1011110 0 1001 100101 10101110 1011001 100001

Color Harmonies of #09A091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A091

Black with #09A091

Text Example


Text Example

White with #09A091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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