Html Css Color HEX #09AA9C Persian Green

📋 copy color: '#09AA9C'

red 9 ◦ green 170 ◦ blue 156

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

Shades of Persian Green #09AA9C

Tints of Persian Green #09AA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.57%

R = 2.69%
G = 50.75%
B = 46.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#09AA9C (or 0x09AA9C) is known color: Persian Green. HEX triplet: 09, AA and 9C. RGB value is (9,170,156). Sum of RGB (Red+Green+Blue) = 9+170+156=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AA9C is #F65563. Grayscale: #787878. Windows color (decimal): -16143716 or 10267145. OLE color: 10267145.

HSL color Cylindrical-coordinate representation of color #09AA9C: hue angle of 174.78º 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 #09AA9C is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 170 156 -
CMYK 0.95 0 0.08 0.33
HSL 174.78º 0.9% 0.35% -
HSV(B) 174.78º 0.95% 0.67% -
XYZ 20.49 31.21 36.4 -
YUV 120.27 148.16 48.64 -
System Red Green Blue C M Y K H S L
Decimal 9 170 156 0.95 0 0.08 0.33 174.78 0.9 0.35
Hex 9 AA 9C 5F 0 8 21 AF 5A 23
Octal 11 252 234 137 0 10 41 257 132 43
Binary 1001 10101010 10011100 1011111 0 1000 100001 10101111 1011010 100011

Color Harmonies of #09AA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AA9C

Black with #09AA9C

Text Example


Text Example

White with #09AA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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