Shades of Dark Pastel Green #0CC930
Tints of Dark Pastel Green #0CC930
RGB
CMYK
RGB Variations
Color information
#0CC930 (or 0x0CC930) is known color: Dark Pastel Green. HEX triplet: 0C, C9 and 30. RGB value is (12,201,48). Sum of RGB (Red+Green+Blue) = 12+201+48=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 201 (78.91% from 255 or 77.01% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC930 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC930 is #F336CF. Grayscale: #7F7F7F. Windows color (decimal): -15939280 or 3197196. OLE color: 3197196.
HSL color Cylindrical-coordinate representation of color #0CC930: hue angle of 131.43º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC930 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 48 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.21 |
| HSL | 131.43º | 0.89% | 0.42% | - |
| HSV(B) | 131.43º | 0.94% | 0.79% | - |
| XYZ | 21.57 | 42.06 | 9.78 | - |
| YUV | 127.05 | 83.38 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 48 | 0.94 | 0 | 0.76 | 0.21 | 131.43 | 0.89 | 0.42 |
| Hex | C | C9 | 30 | 5E | 0 | 4C | 15 | 83 | 59 | 2A |
| Octal | 14 | 311 | 60 | 136 | 0 | 114 | 25 | 203 | 131 | 52 |
| Binary | 1100 | 11001001 | 110000 | 1011110 | 0 | 1001100 | 10101 | 10000011 | 1011001 | 101010 |
Color Harmonies of #0CC930
Complementary color
Monochromatic Colors of #0CC930
Black with #0CC930
Text Example
Text Example
White with #0CC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC930; }
p { color: rgb(12,201,48); }
H1.HeaderClassName
{
color: #0CC930;
}
.AnyTagClassName
{
color: #0CC930;
}
</style>
background-color css
<style>
a { background-color: #0CC930; }
a { background-color: rgb(12,201,48); }
div.DivClassName
{
background-color: #0CC930;
}
.BgClassName
{
background-color: #0CC930;
}
</style>
border-color css
<style>
span { border-color: #0CC930; }
span { border-color: rgb(12,201,48); }
td.TdClassName
{
border-color: #0CC930;
}
.TagClassName
{
border-color: #0CC930;
}
</style>