Shades of Dark Pastel Green #08C915
Tints of Dark Pastel Green #08C915
RGB
CMYK
RGB Variations
Color information
#08C915 (or 0x08C915) is known color: Dark Pastel Green. HEX triplet: 08, C9 and 15. RGB value is (8,201,21). Sum of RGB (Red+Green+Blue) = 8+201+21=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 201 (78.91% from 255 or 87.39% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 201 - color contains mainly: green. Hex color #08C915 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C915 is #F736EA. Grayscale: #7B7B7B. Windows color (decimal): -16201451 or 1427720. OLE color: 1427720.
HSL color Cylindrical-coordinate representation of color #08C915: hue angle of 124.04º 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 #08C915 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 21 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.21 |
| HSL | 124.04º | 0.92% | 0.41% | - |
| HSV(B) | 124.04º | 0.96% | 0.79% | - |
| XYZ | 21.12 | 41.88 | 7.68 | - |
| YUV | 122.77 | 70.56 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 21 | 0.96 | 0 | 0.90 | 0.21 | 124.04 | 0.92 | 0.41 |
| Hex | 8 | C9 | 15 | 60 | 0 | 5A | 15 | 7C | 5C | 29 |
| Octal | 10 | 311 | 25 | 140 | 0 | 132 | 25 | 174 | 134 | 51 |
| Binary | 1000 | 11001001 | 10101 | 1100000 | 0 | 1011010 | 10101 | 1111100 | 1011100 | 101001 |
Color Harmonies of #08C915
Complementary color
Monochromatic Colors of #08C915
Black with #08C915
Text Example
Text Example
White with #08C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C915; }
p { color: rgb(8,201,21); }
H1.HeaderClassName
{
color: #08C915;
}
.AnyTagClassName
{
color: #08C915;
}
</style>
background-color css
<style>
a { background-color: #08C915; }
a { background-color: rgb(8,201,21); }
div.DivClassName
{
background-color: #08C915;
}
.BgClassName
{
background-color: #08C915;
}
</style>
border-color css
<style>
span { border-color: #08C915; }
span { border-color: rgb(8,201,21); }
td.TdClassName
{
border-color: #08C915;
}
.TagClassName
{
border-color: #08C915;
}
</style>