Shades of Jade #08C075
Tints of Jade #08C075
RGB
CMYK
RGB Variations
Color information
#08C075 (or 0x08C075) is known color: Jade. HEX triplet: 08, C0 and 75. RGB value is (8,192,117). Sum of RGB (Red+Green+Blue) = 8+192+117=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #08C075 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C075 is #F73F8A. Grayscale: #808080. Windows color (decimal): -16203659 or 7716872. OLE color: 7716872.
HSL color Cylindrical-coordinate representation of color #08C075: hue angle of 155.54º 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 #08C075 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 117 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.25 |
| HSL | 155.54º | 0.92% | 0.39% | - |
| HSV(B) | 155.54º | 0.96% | 0.75% | - |
| XYZ | 22.16 | 39.04 | 23.2 | - |
| YUV | 128.43 | 121.54 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 117 | 0.96 | 0 | 0.39 | 0.25 | 155.54 | 0.92 | 0.39 |
| Hex | 8 | C0 | 75 | 60 | 0 | 27 | 19 | 9C | 5C | 27 |
| Octal | 10 | 300 | 165 | 140 | 0 | 47 | 31 | 234 | 134 | 47 |
| Binary | 1000 | 11000000 | 1110101 | 1100000 | 0 | 100111 | 11001 | 10011100 | 1011100 | 100111 |
Color Harmonies of #08C075
Complementary color
Monochromatic Colors of #08C075
Black with #08C075
Text Example
Text Example
White with #08C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C075; }
p { color: rgb(8,192,117); }
H1.HeaderClassName
{
color: #08C075;
}
.AnyTagClassName
{
color: #08C075;
}
</style>
background-color css
<style>
a { background-color: #08C075; }
a { background-color: rgb(8,192,117); }
div.DivClassName
{
background-color: #08C075;
}
.BgClassName
{
background-color: #08C075;
}
</style>
border-color css
<style>
span { border-color: #08C075; }
span { border-color: rgb(8,192,117); }
td.TdClassName
{
border-color: #08C075;
}
.TagClassName
{
border-color: #08C075;
}
</style>