Shades of Jade #08C26D
Tints of Jade #08C26D
RGB
CMYK
RGB Variations
Color information
#08C26D (or 0x08C26D) is known color: Jade. HEX triplet: 08, C2 and 6D. RGB value is (8,194,109). Sum of RGB (Red+Green+Blue) = 8+194+109=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #08C26D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C26D is #F73D92. Grayscale: #808080. Windows color (decimal): -16203155 or 7193096. OLE color: 7193096.
HSL color Cylindrical-coordinate representation of color #08C26D: hue angle of 152.58º 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 #08C26D is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 109 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.24 |
| HSL | 152.58º | 0.92% | 0.4% | - |
| HSV(B) | 152.58º | 0.96% | 0.76% | - |
| XYZ | 22.15 | 39.74 | 20.97 | - |
| YUV | 128.7 | 116.88 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 109 | 0.96 | 0 | 0.44 | 0.24 | 152.58 | 0.92 | 0.4 |
| Hex | 8 | C2 | 6D | 60 | 0 | 2C | 18 | 99 | 5C | 28 |
| Octal | 10 | 302 | 155 | 140 | 0 | 54 | 30 | 231 | 134 | 50 |
| Binary | 1000 | 11000010 | 1101101 | 1100000 | 0 | 101100 | 11000 | 10011001 | 1011100 | 101000 |
Color Harmonies of #08C26D
Complementary color
Monochromatic Colors of #08C26D
Black with #08C26D
Text Example
Text Example
White with #08C26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C26D; }
p { color: rgb(8,194,109); }
H1.HeaderClassName
{
color: #08C26D;
}
.AnyTagClassName
{
color: #08C26D;
}
</style>
background-color css
<style>
a { background-color: #08C26D; }
a { background-color: rgb(8,194,109); }
div.DivClassName
{
background-color: #08C26D;
}
.BgClassName
{
background-color: #08C26D;
}
</style>
border-color css
<style>
span { border-color: #08C26D; }
span { border-color: rgb(8,194,109); }
td.TdClassName
{
border-color: #08C26D;
}
.TagClassName
{
border-color: #08C26D;
}
</style>