Html Css Color HEX #09AA9F Persian Green

📋 copy color: '#09AA9F'

red 9 ◦ green 170 ◦ blue 159

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

Shades of Persian Green #09AA9F

Tints of Persian Green #09AA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.04%

R = 2.66%
G = 50.3%
B = 47.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#09AA9F (or 0x09AA9F) is known color: Persian Green. HEX triplet: 09, AA and 9F. RGB value is (9,170,159). Sum of RGB (Red+Green+Blue) = 9+170+159=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AA9F is #F65560. Grayscale: #787878. Windows color (decimal): -16143713 or 10463753. OLE color: 10463753.

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

Color convert

RGB 9 170 159 -
CMYK 0.95 0 0.06 0.33
HSL 175.9º 0.9% 0.35% -
HSV(B) 175.9º 0.95% 0.67% -
XYZ 20.75 31.31 37.75 -
YUV 120.61 149.66 48.39 -
System Red Green Blue C M Y K H S L
Decimal 9 170 159 0.95 0 0.06 0.33 175.9 0.9 0.35
Hex 9 AA 9F 5F 0 6 21 B0 5A 23
Octal 11 252 237 137 0 6 41 260 132 43
Binary 1001 10101010 10011111 1011111 0 110 100001 10110000 1011010 100011

Color Harmonies of #09AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AA9F

Black with #09AA9F

Text Example


Text Example

White with #09AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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