Shades of Dark Pastel Green #08C91F
Tints of Dark Pastel Green #08C91F
RGB
CMYK
RGB Variations
Color information
#08C91F (or 0x08C91F) is known color: Dark Pastel Green. HEX triplet: 08, C9 and 1F. RGB value is (8,201,31). Sum of RGB (Red+Green+Blue) = 8+201+31=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 201 (78.91% from 255 or 83.75% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 201 - color contains mainly: green. Hex color #08C91F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C91F is #F736E0. Grayscale: #7C7C7C. Windows color (decimal): -16201441 or 2083080. OLE color: 2083080.
HSL color Cylindrical-coordinate representation of color #08C91F: hue angle of 127.15º 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 #08C91F is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 31 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.21 |
| HSL | 127.15º | 0.92% | 0.41% | - |
| HSV(B) | 127.15º | 0.96% | 0.79% | - |
| XYZ | 21.23 | 41.92 | 8.27 | - |
| YUV | 123.91 | 75.56 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 31 | 0.96 | 0 | 0.85 | 0.21 | 127.15 | 0.92 | 0.41 |
| Hex | 8 | C9 | 1F | 60 | 0 | 55 | 15 | 7F | 5C | 29 |
| Octal | 10 | 311 | 37 | 140 | 0 | 125 | 25 | 177 | 134 | 51 |
| Binary | 1000 | 11001001 | 11111 | 1100000 | 0 | 1010101 | 10101 | 1111111 | 1011100 | 101001 |
Color Harmonies of #08C91F
Complementary color
Monochromatic Colors of #08C91F
Black with #08C91F
Text Example
Text Example
White with #08C91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C91F; }
p { color: rgb(8,201,31); }
H1.HeaderClassName
{
color: #08C91F;
}
.AnyTagClassName
{
color: #08C91F;
}
</style>
background-color css
<style>
a { background-color: #08C91F; }
a { background-color: rgb(8,201,31); }
div.DivClassName
{
background-color: #08C91F;
}
.BgClassName
{
background-color: #08C91F;
}
</style>
border-color css
<style>
span { border-color: #08C91F; }
span { border-color: rgb(8,201,31); }
td.TdClassName
{
border-color: #08C91F;
}
.TagClassName
{
border-color: #08C91F;
}
</style>