#08C36E

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

Shades of Jade #08C36E

Tints of Jade #08C36E

Color information

#08C36E (or 0x08C36E) is unknown color: approx Jade. HEX triplet: 08, C3 and 6E. RGB value is (8,195,110). Sum of RGB (Red+Green+Blue) = 8+195+110=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #08C36E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C36E is #F73C91. Grayscale: #818181. Windows color (decimal): -16202898 or 7258888. OLE color: 7258888.

HSL color Cylindrical-coordinate representation of color #08C36E: hue angle of 152.73º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C36E is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB8195110-
CMYK0.9600.440.24
HSL152.73º92.12%39.8%-
HSV(B)152.73º95.9%76.47%-
XYZ22.4340.2121.33-
YUV129.4117.0541.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.56%
GREEN value IS 195 (76.56% from 255) = 62.30%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=2.56%
G=62.30%
B=35.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81951100.9600.440.24152.7392.1239.8
Hex8C36E6002C18995c28
Octal103031561400543023113450
Binary10001100001111011101100000010110011000100110011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08C36E; }

 p { color: rgb(8,195,110); }

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

<style>
 a { background-color: #08C36E; }

 a { background-color: rgb(8,195,110); }

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

<style>
 span { border-color: #08C36E; }

 span { border-color: rgb(8,195,110); }

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