#06BA66

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

Shades of Jade #06BA66

Tints of Jade #06BA66

Color information

#06BA66 (or 0x06BA66) is unknown color: approx Jade. HEX triplet: 06, BA and 66. RGB value is (6,186,102). Sum of RGB (Red+Green+Blue) = 6+186+102=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA66 is #F94599. Grayscale: #7A7A7A. Windows color (decimal): -16336282 or 6732294. OLE color: 6732294.

HSL color Cylindrical-coordinate representation of color #06BA66: hue angle of 152º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BA66 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB6186102-
CMYK0.9700.450.27
HSL152º93.75%37.65%-
HSV(B)152º96.77%72.94%-
XYZ20.0336.1218.49-
YUV122.6116.3744.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.04%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=2.04%
G=63.27%
B=34.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61861020.9700.450.2715293.7537.65
Hex6BA666102D1B985e26
Octal62721461410553323013646
Binary1101011101011001101100001010110111011100110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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