Html Css Color HEX #09AA9E Persian Green

📋 copy color: '#09AA9E'

red 9 ◦ green 170 ◦ blue 158

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

Shades of Persian Green #09AA9E

Tints of Persian Green #09AA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.45%

 BLUE value IS 158 (62.11% from 255) = 46.88%

R = 2.67%
G = 50.45%
B = 46.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#09AA9E (or 0x09AA9E) is known color: Persian Green. HEX triplet: 09, AA and 9E. RGB value is (9,170,158). Sum of RGB (Red+Green+Blue) = 9+170+158=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AA9E is #F65561. Grayscale: #787878. Windows color (decimal): -16143714 or 10398217. OLE color: 10398217.

HSL color Cylindrical-coordinate representation of color #09AA9E: hue angle of 175.53º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AA9E is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 170 158 -
CMYK 0.95 0 0.07 0.33
HSL 175.53º 0.9% 0.35% -
HSV(B) 175.53º 0.95% 0.67% -
XYZ 20.66 31.28 37.3 -
YUV 120.49 149.16 48.48 -
System Red Green Blue C M Y K H S L
Decimal 9 170 158 0.95 0 0.07 0.33 175.53 0.9 0.35
Hex 9 AA 9E 5F 0 7 21 B0 5A 23
Octal 11 252 236 137 0 7 41 260 132 43
Binary 1001 10101010 10011110 1011111 0 111 100001 10110000 1011010 100011

Color Harmonies of #09AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AA9E

Black with #09AA9E

Text Example


Text Example

White with #09AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,170,158); }

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

background-color css

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

 a { background-color: rgb(9,170,158); }

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

border-color css

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

 span { border-color: rgb(9,170,158); }

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