Html Css Color HEX #00AA87 Persian Green

📋 copy color: '#00AA87'

red 0 ◦ green 170 ◦ blue 135

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

Shades of Persian Green #00AA87

Tints of Persian Green #00AA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 0%
G = 55.74%
B = 44.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#00AA87 (or 0x00AA87) is known color: Persian Green. HEX triplet: 00, AA and 87. RGB value is (0,170,135). Sum of RGB (Red+Green+Blue) = 0+170+135=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AA87 is #FF5578. Grayscale: #737373. Windows color (decimal): -16733561 or 8890880. OLE color: 8890880.

HSL color Cylindrical-coordinate representation of color #00AA87: hue angle of 167.65º 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 #00AA87 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 170 135 -
CMYK 1 0 0.21 0.33
HSL 167.65º 1% 0.33% -
HSV(B) 167.65º 1% 0.67% -
XYZ 18.75 30.5 27.82 -
YUV 115.18 139.18 45.85 -
System Red Green Blue C M Y K H S L
Decimal 0 170 135 1 0 0.21 0.33 167.65 1 0.33
Hex 0 AA 87 64 0 15 21 A8 64 21
Octal 0 252 207 144 0 25 41 250 144 41
Binary 0 10101010 10000111 1100100 0 10101 100001 10101000 1100100 100001

Color Harmonies of #00AA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA87

Black with #00AA87

Text Example


Text Example

White with #00AA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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