Shades of Jade #08C36C
Tints of Jade #08C36C
RGB
CMYK
RGB Variations
Color information
#08C36C (or 0x08C36C) is known color: Jade. HEX triplet: 08, C3 and 6C. RGB value is (8,195,108). Sum of RGB (Red+Green+Blue) = 8+195+108=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #08C36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C36C is #F73C93. Grayscale: #818181. Windows color (decimal): -16202900 or 7127816. OLE color: 7127816.
HSL color Cylindrical-coordinate representation of color #08C36C: hue angle of 152.09º 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 #08C36C is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 108 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.24 |
| HSL | 152.09º | 0.92% | 0.4% | - |
| HSV(B) | 152.09º | 0.96% | 0.76% | - |
| XYZ | 22.32 | 40.16 | 20.76 | - |
| YUV | 129.17 | 116.05 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 108 | 0.96 | 0 | 0.45 | 0.24 | 152.09 | 0.92 | 0.4 |
| Hex | 8 | C3 | 6C | 60 | 0 | 2D | 18 | 98 | 5C | 28 |
| Octal | 10 | 303 | 154 | 140 | 0 | 55 | 30 | 230 | 134 | 50 |
| Binary | 1000 | 11000011 | 1101100 | 1100000 | 0 | 101101 | 11000 | 10011000 | 1011100 | 101000 |
Color Harmonies of #08C36C
Complementary color
Monochromatic Colors of #08C36C
Black with #08C36C
Text Example
Text Example
White with #08C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C36C; }
p { color: rgb(8,195,108); }
H1.HeaderClassName
{
color: #08C36C;
}
.AnyTagClassName
{
color: #08C36C;
}
</style>
background-color css
<style>
a { background-color: #08C36C; }
a { background-color: rgb(8,195,108); }
div.DivClassName
{
background-color: #08C36C;
}
.BgClassName
{
background-color: #08C36C;
}
</style>
border-color css
<style>
span { border-color: #08C36C; }
span { border-color: rgb(8,195,108); }
td.TdClassName
{
border-color: #08C36C;
}
.TagClassName
{
border-color: #08C36C;
}
</style>