Html Css Color HEX #00AA90 Persian Green

📋 copy color: '#00AA90'

red 0 ◦ green 170 ◦ blue 144

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

Shades of Persian Green #00AA90

Tints of Persian Green #00AA90

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 54.14%
B = 45.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#00AA90 (or 0x00AA90) is known color: Persian Green. HEX triplet: 00, AA and 90. RGB value is (0,170,144). Sum of RGB (Red+Green+Blue) = 0+170+144=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AA90 is #FF556F. Grayscale: #747474. Windows color (decimal): -16733552 or 9480704. OLE color: 9480704.

HSL color Cylindrical-coordinate representation of color #00AA90: hue angle of 170.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA90 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 170 144 -
CMYK 1 0 0.15 0.33
HSL 170.82º 1% 0.33% -
HSV(B) 170.82º 1% 0.67% -
XYZ 19.41 30.76 31.3 -
YUV 116.21 143.68 45.11 -
System Red Green Blue C M Y K H S L
Decimal 0 170 144 1 0 0.15 0.33 170.82 1 0.33
Hex 0 AA 90 64 0 F 21 AB 64 21
Octal 0 252 220 144 0 17 41 253 144 41
Binary 0 10101010 10010000 1100100 0 1111 100001 10101011 1100100 100001

Color Harmonies of #00AA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA90

Black with #00AA90

Text Example


Text Example

White with #00AA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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