#06A666

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

Shades of Jade #06A666

Tints of Jade #06A666

Color information

#06A666 (or 0x06A666) is unknown color: approx Jade. HEX triplet: 06, A6 and 66. RGB value is (6,166,102). Sum of RGB (Red+Green+Blue) = 6+166+102=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 166 (65.23% from 255 or 60.58% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 166 - color contains mainly: green. Hex color #06A666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A666 is #F95999. Grayscale: #6E6E6E. Windows color (decimal): -16341402 or 6727174. OLE color: 6727174.

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

Color convert

RGB6166102-
CMYK0.9600.390.35
HSL156º93.02%33.73%-
HSV(B)156º96.39%65.1%-
XYZ16.1128.2717.18-
YUV110.86122.9953.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.19%
GREEN value IS 166 (65.23% from 255) = 60.58%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=2.19%
G=60.58%
B=37.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61661020.9600.390.3515693.0233.73
Hex6A66660027239c5d22
Octal62461461400474323413542
Binary11010100110110011011000000100111100011100111001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,166,102); }

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

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

 a { background-color: rgb(6,166,102); }

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

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

 span { border-color: rgb(6,166,102); }

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