#06A96F

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

Shades of Jade #06A96F

Tints of Jade #06A96F

Color information

#06A96F (or 0x06A96F) is unknown color: approx Jade. HEX triplet: 06, A9 and 6F. RGB value is (6,169,111). Sum of RGB (Red+Green+Blue) = 6+169+111=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #06A96F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A96F is #F95690. Grayscale: #717171. Windows color (decimal): -16340625 or 7317766. OLE color: 7317766.

HSL color Cylindrical-coordinate representation of color #06A96F: hue angle of 158.65º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A96F is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB6169111-
CMYK0.9600.340.34
HSL158.65º93.14%34.31%-
HSV(B)158.65º96.45%66.27%-
XYZ17.1329.5619.84-
YUV113.65126.551.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.10%
GREEN value IS 169 (66.41% from 255) = 59.09%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=2.10%
G=59.09%
B=38.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal61691110.9600.340.34158.6593.1434.31
Hex6A96F60022229f5d22
Octal62511571400424223713542
Binary11010101001110111111000000100010100010100111111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,169,111); }

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

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

 a { background-color: rgb(6,169,111); }

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

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

 span { border-color: rgb(6,169,111); }

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