#06A46C

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

Shades of Jade #06A46C

Tints of Jade #06A46C

Color information

#06A46C (or 0x06A46C) is unknown color: approx Jade. HEX triplet: 06, A4 and 6C. RGB value is (6,164,108). Sum of RGB (Red+Green+Blue) = 6+164+108=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #06A46C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A46C is #F95B93. Grayscale: #6E6E6E. Windows color (decimal): -16341908 or 7119878. OLE color: 7119878.

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

Color convert

RGB6164108-
CMYK0.9600.340.36
HSL158.73º92.94%33.33%-
HSV(B)158.73º96.34%64.31%-
XYZ16.0627.6718.68-
YUV110.37126.6553.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 164 (64.45% from 255) = 58.99%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=2.16%
G=58.99%
B=38.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61641080.9600.340.36158.7392.9433.33
Hex6A46C60022249f5d21
Octal62441541400424423713541
Binary11010100100110110011000000100010100100100111111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,164,108); }

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

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

 a { background-color: rgb(6,164,108); }

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

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

 span { border-color: rgb(6,164,108); }

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