Shades of Dark Pastel Green #08C92A
Tints of Dark Pastel Green #08C92A
RGB
CMYK
RGB Variations
Color information
#08C92A (or 0x08C92A) is known color: Dark Pastel Green. HEX triplet: 08, C9 and 2A. RGB value is (8,201,42). Sum of RGB (Red+Green+Blue) = 8+201+42=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 201 (78.91% from 255 or 80.08% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 201 - color contains mainly: green. Hex color #08C92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C92A is #F736D5. Grayscale: #7D7D7D. Windows color (decimal): -16201430 or 2803976. OLE color: 2803976.
HSL color Cylindrical-coordinate representation of color #08C92A: hue angle of 130.57º 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 #08C92A is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 42 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.21 |
| HSL | 130.57º | 0.92% | 0.41% | - |
| HSV(B) | 130.57º | 0.96% | 0.79% | - |
| XYZ | 21.4 | 41.99 | 9.17 | - |
| YUV | 125.17 | 81.06 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 42 | 0.96 | 0 | 0.79 | 0.21 | 130.57 | 0.92 | 0.41 |
| Hex | 8 | C9 | 2A | 60 | 0 | 4F | 15 | 83 | 5C | 29 |
| Octal | 10 | 311 | 52 | 140 | 0 | 117 | 25 | 203 | 134 | 51 |
| Binary | 1000 | 11001001 | 101010 | 1100000 | 0 | 1001111 | 10101 | 10000011 | 1011100 | 101001 |
Color Harmonies of #08C92A
Complementary color
Monochromatic Colors of #08C92A
Black with #08C92A
Text Example
Text Example
White with #08C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C92A; }
p { color: rgb(8,201,42); }
H1.HeaderClassName
{
color: #08C92A;
}
.AnyTagClassName
{
color: #08C92A;
}
</style>
background-color css
<style>
a { background-color: #08C92A; }
a { background-color: rgb(8,201,42); }
div.DivClassName
{
background-color: #08C92A;
}
.BgClassName
{
background-color: #08C92A;
}
</style>
border-color css
<style>
span { border-color: #08C92A; }
span { border-color: rgb(8,201,42); }
td.TdClassName
{
border-color: #08C92A;
}
.TagClassName
{
border-color: #08C92A;
}
</style>