#06C36B

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

Shades of Jade #06C36B

Tints of Jade #06C36B

Color information

#06C36B (or 0x06C36B) is unknown color: approx Jade. HEX triplet: 06, C3 and 6B. RGB value is (6,195,107). Sum of RGB (Red+Green+Blue) = 6+195+107=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #06C36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C36B is #F93C94. Grayscale: #808080. Windows color (decimal): -16333973 or 7062278. OLE color: 7062278.

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

Color convert

RGB6195107-
CMYK0.9700.450.24
HSL152.06º94.03%39.41%-
HSV(B)152.06º96.92%76.47%-
XYZ22.2440.1320.48-
YUV128.46115.8840.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 195 (76.56% from 255) = 63.31%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=1.95%
G=63.31%
B=34.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61951070.9700.450.24152.0694.0339.41
Hex6C36B6102D18985e27
Octal63031531410553023013647
Binary1101100001111010111100001010110111000100110001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,195,107); }

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

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

 a { background-color: rgb(6,195,107); }

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

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

 span { border-color: rgb(6,195,107); }

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