#06BA64

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

Shades of Jade #06BA64

Tints of Jade #06BA64

Color information

#06BA64 (or 0x06BA64) is unknown color: approx Jade. HEX triplet: 06, BA and 64. RGB value is (6,186,100). Sum of RGB (Red+Green+Blue) = 6+186+100=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA64 is #F9459B. Grayscale: #7A7A7A. Windows color (decimal): -16336284 or 6601222. OLE color: 6601222.

HSL color Cylindrical-coordinate representation of color #06BA64: hue angle of 151.33º 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 #06BA64 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB6186100-
CMYK0.9700.460.27
HSL151.33º93.75%37.65%-
HSV(B)151.33º96.77%72.94%-
XYZ19.9336.0817.97-
YUV122.38115.3744.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.05%
GREEN value IS 186 (73.05% from 255) = 63.70%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=2.05%
G=63.70%
B=34.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61861000.9700.460.27151.3393.7537.65
Hex6BA646102E1B975e26
Octal62721441410563322713646
Binary1101011101011001001100001010111011011100101111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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