#00AA77

Color #00AA77 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #00AA77

Tints of Jade #00AA77

Color information

#00AA77 (or 0x00AA77) is unknown color: approx Jade. HEX triplet: 00, AA and 77. RGB value is (0,170,119). Sum of RGB (Red+Green+Blue) = 0+170+119=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA77 is #FF5588. Grayscale: #717171. Windows color (decimal): -16733577 or 7842304. OLE color: 7842304.

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

Color convert

RGB0170119-
CMYK100.30.33
HSL162º100%33.33%-
HSV(B)162º100%66.67%-
XYZ17.730.0822.33-
YUV113.36131.1847.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 170 (66.80% from 255) = 58.82%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=0%
G=58.82%
B=41.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal0170119100.30.3316210033.33
Hex0AA776401E21a26421
Octal02521671440364124214441
Binary01010101011101111100100011110100001101000101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00AA77;
 }
 .AnyTagClassName
 {
   color: #00AA77;
 }
</style>
background-color css

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

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

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

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

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

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