Html Css Color HEX #09AA90 Persian Green

📋 copy color: '#09AA90'

red 9 ◦ green 170 ◦ blue 144

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

Shades of Persian Green #09AA90

Tints of Persian Green #09AA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.58%

R = 2.79%
G = 52.63%
B = 44.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#09AA90 (or 0x09AA90) is known color: Persian Green. HEX triplet: 09, AA and 90. RGB value is (9,170,144). Sum of RGB (Red+Green+Blue) = 9+170+144=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AA90 is #F6556F. Grayscale: #767676. Windows color (decimal): -16143728 or 9480713. OLE color: 9480713.

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

Color convert

RGB 9 170 144 -
CMYK 0.95 0 0.15 0.33
HSL 170.31º 0.9% 0.35% -
HSV(B) 170.31º 0.95% 0.67% -
XYZ 19.52 30.82 31.31 -
YUV 118.9 142.16 49.61 -
System Red Green Blue C M Y K H S L
Decimal 9 170 144 0.95 0 0.15 0.33 170.31 0.9 0.35
Hex 9 AA 90 5F 0 F 21 AA 5A 23
Octal 11 252 220 137 0 17 41 252 132 43
Binary 1001 10101010 10010000 1011111 0 1111 100001 10101010 1011010 100011

Color Harmonies of #09AA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AA90

Black with #09AA90

Text Example


Text Example

White with #09AA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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