#00AB74

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

Shades of Jade #00AB74

Tints of Jade #00AB74

Color information

#00AB74 (or 0x00AB74) is unknown color: approx Jade. HEX triplet: 00, AB and 74. RGB value is (0,171,116). Sum of RGB (Red+Green+Blue) = 0+171+116=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AB74 is #FF548B. Grayscale: #717171. Windows color (decimal): -16733324 or 7645952. OLE color: 7645952.

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

Color convert

RGB0171116-
CMYK100.320.33
HSL160.7º100%33.53%-
HSV(B)160.7º100%67.06%-
XYZ17.7230.3921.45-
YUV113.6129.3546.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 171 (67.19% from 255) = 59.58%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=0%
G=59.58%
B=40.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal0171116100.320.33160.710033.53
Hex0AB746402021a16422
Octal02531641440404124114442
Binary010101011111010011001000100000100001101000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,171,116); }

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

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

 a { background-color: rgb(0,171,116); }

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

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

 span { border-color: rgb(0,171,116); }

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