Shades of Dark Pastel Green #08C917
Tints of Dark Pastel Green #08C917
RGB
CMYK
RGB Variations
Color information
#08C917 (or 0x08C917) is known color: Dark Pastel Green. HEX triplet: 08, C9 and 17. RGB value is (8,201,23). Sum of RGB (Red+Green+Blue) = 8+201+23=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 201 (78.91% from 255 or 86.64% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 201 - color contains mainly: green. Hex color #08C917 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C917 is #F736E8. Grayscale: #7B7B7B. Windows color (decimal): -16201449 or 1558792. OLE color: 1558792.
HSL color Cylindrical-coordinate representation of color #08C917: hue angle of 124.66º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C917 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 23 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.21 |
| HSL | 124.66º | 0.92% | 0.41% | - |
| HSV(B) | 124.66º | 0.96% | 0.79% | - |
| XYZ | 21.14 | 41.89 | 7.78 | - |
| YUV | 123 | 71.56 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 23 | 0.96 | 0 | 0.89 | 0.21 | 124.66 | 0.92 | 0.41 |
| Hex | 8 | C9 | 17 | 60 | 0 | 59 | 15 | 7D | 5C | 29 |
| Octal | 10 | 311 | 27 | 140 | 0 | 131 | 25 | 175 | 134 | 51 |
| Binary | 1000 | 11001001 | 10111 | 1100000 | 0 | 1011001 | 10101 | 1111101 | 1011100 | 101001 |
Color Harmonies of #08C917
Complementary color
Monochromatic Colors of #08C917
Black with #08C917
Text Example
Text Example
White with #08C917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C917; }
p { color: rgb(8,201,23); }
H1.HeaderClassName
{
color: #08C917;
}
.AnyTagClassName
{
color: #08C917;
}
</style>
background-color css
<style>
a { background-color: #08C917; }
a { background-color: rgb(8,201,23); }
div.DivClassName
{
background-color: #08C917;
}
.BgClassName
{
background-color: #08C917;
}
</style>
border-color css
<style>
span { border-color: #08C917; }
span { border-color: rgb(8,201,23); }
td.TdClassName
{
border-color: #08C917;
}
.TagClassName
{
border-color: #08C917;
}
</style>