Shades of Dark Pastel Green #08C92D
Tints of Dark Pastel Green #08C92D
RGB
CMYK
RGB Variations
Color information
#08C92D (or 0x08C92D) is known color: Dark Pastel Green. HEX triplet: 08, C9 and 2D. RGB value is (8,201,45). Sum of RGB (Red+Green+Blue) = 8+201+45=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 201 (78.91% from 255 or 79.13% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 201 - color contains mainly: green. Hex color #08C92D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C92D is #F736D2. Grayscale: #7D7D7D. Windows color (decimal): -16201427 or 3000584. OLE color: 3000584.
HSL color Cylindrical-coordinate representation of color #08C92D: hue angle of 131.5º 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 #08C92D is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 45 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.21 |
| HSL | 131.5º | 0.92% | 0.41% | - |
| HSV(B) | 131.5º | 0.96% | 0.79% | - |
| XYZ | 21.46 | 42.01 | 9.46 | - |
| YUV | 125.51 | 82.56 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 45 | 0.96 | 0 | 0.78 | 0.21 | 131.5 | 0.92 | 0.41 |
| Hex | 8 | C9 | 2D | 60 | 0 | 4E | 15 | 84 | 5C | 29 |
| Octal | 10 | 311 | 55 | 140 | 0 | 116 | 25 | 204 | 134 | 51 |
| Binary | 1000 | 11001001 | 101101 | 1100000 | 0 | 1001110 | 10101 | 10000100 | 1011100 | 101001 |
Color Harmonies of #08C92D
Complementary color
Monochromatic Colors of #08C92D
Black with #08C92D
Text Example
Text Example
White with #08C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C92D; }
p { color: rgb(8,201,45); }
H1.HeaderClassName
{
color: #08C92D;
}
.AnyTagClassName
{
color: #08C92D;
}
</style>
background-color css
<style>
a { background-color: #08C92D; }
a { background-color: rgb(8,201,45); }
div.DivClassName
{
background-color: #08C92D;
}
.BgClassName
{
background-color: #08C92D;
}
</style>
border-color css
<style>
span { border-color: #08C92D; }
span { border-color: rgb(8,201,45); }
td.TdClassName
{
border-color: #08C92D;
}
.TagClassName
{
border-color: #08C92D;
}
</style>