#06AC78

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

Shades of Jade #06AC78

Tints of Jade #06AC78

Color information

#06AC78 (or 0x06AC78) is unknown color: approx Jade. HEX triplet: 06, AC and 78. RGB value is (6,172,120). Sum of RGB (Red+Green+Blue) = 6+172+120=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AC78 is #F95387. Grayscale: #747474. Windows color (decimal): -16339848 or 7908358. OLE color: 7908358.

HSL color Cylindrical-coordinate representation of color #06AC78: hue angle of 161.2º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AC78 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB6172120-
CMYK0.9700.300.33
HSL161.2º93.26%34.9%-
HSV(B)161.2º96.51%67.45%-
XYZ18.2230.922.77-
YUV116.4413049.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.01%
GREEN value IS 172 (67.58% from 255) = 57.72%
BLUE value IS 120 (47.27% from 255) = 40.27%
R=2.01%
G=57.72%
B=40.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61721200.9700.300.33161.293.2634.9
Hex6AC786101E21a15d23
Octal62541701410364124113543
Binary1101010110011110001100001011110100001101000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06AC78; }

 p { color: rgb(6,172,120); }

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

<style>
 a { background-color: #06AC78; }

 a { background-color: rgb(6,172,120); }

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

<style>
 span { border-color: #06AC78; }

 span { border-color: rgb(6,172,120); }

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