Shades of Jade #08C067
Tints of Jade #08C067
RGB
CMYK
RGB Variations
Color information
#08C067 (or 0x08C067) is known color: Jade. HEX triplet: 08, C0 and 67. RGB value is (8,192,103). Sum of RGB (Red+Green+Blue) = 8+192+103=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #08C067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C067 is #F73F98. Grayscale: #7F7F7F. Windows color (decimal): -16203673 or 6799368. OLE color: 6799368.
HSL color Cylindrical-coordinate representation of color #08C067: hue angle of 150.98º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C067 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 103 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.25 |
| HSL | 150.98º | 0.92% | 0.39% | - |
| HSV(B) | 150.98º | 0.96% | 0.75% | - |
| XYZ | 21.4 | 38.73 | 19.18 | - |
| YUV | 126.84 | 114.54 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 103 | 0.96 | 0 | 0.46 | 0.25 | 150.98 | 0.92 | 0.39 |
| Hex | 8 | C0 | 67 | 60 | 0 | 2E | 19 | 97 | 5C | 27 |
| Octal | 10 | 300 | 147 | 140 | 0 | 56 | 31 | 227 | 134 | 47 |
| Binary | 1000 | 11000000 | 1100111 | 1100000 | 0 | 101110 | 11001 | 10010111 | 1011100 | 100111 |
Color Harmonies of #08C067
Complementary color
Monochromatic Colors of #08C067
Black with #08C067
Text Example
Text Example
White with #08C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C067; }
p { color: rgb(8,192,103); }
H1.HeaderClassName
{
color: #08C067;
}
.AnyTagClassName
{
color: #08C067;
}
</style>
background-color css
<style>
a { background-color: #08C067; }
a { background-color: rgb(8,192,103); }
div.DivClassName
{
background-color: #08C067;
}
.BgClassName
{
background-color: #08C067;
}
</style>
border-color css
<style>
span { border-color: #08C067; }
span { border-color: rgb(8,192,103); }
td.TdClassName
{
border-color: #08C067;
}
.TagClassName
{
border-color: #08C067;
}
</style>