#00AC79

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

Shades of Jade #00AC79

Tints of Jade #00AC79

Color information

#00AC79 (or 0x00AC79) is unknown color: approx Jade. HEX triplet: 00, AC and 79. RGB value is (0,172,121). Sum of RGB (Red+Green+Blue) = 0+172+121=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #00AC79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AC79 is #FF5386. Grayscale: #727272. Windows color (decimal): -16733063 or 7973888. OLE color: 7973888.

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

Color convert

RGB0172121-
CMYK100.300.33
HSL162.21º100%33.73%-
HSV(B)162.21º100%67.45%-
XYZ18.230.8923.09-
YUV114.76131.5246.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 172 (67.58% from 255) = 58.70%
BLUE value IS 121 (47.66% from 255) = 41.30%
R=0%
G=58.70%
B=41.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal0172121100.300.33162.2110033.73
Hex0AC796401E21a26422
Octal02541711440364124214442
Binary01010110011110011100100011110100001101000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,172,121); }

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

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

 a { background-color: rgb(0,172,121); }

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

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

 span { border-color: rgb(0,172,121); }

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