Shades of Dark Pastel Green #0CD92A
Tints of Dark Pastel Green #0CD92A
RGB
CMYK
RGB Variations
Color information
#0CD92A (or 0x0CD92A) is known color: Dark Pastel Green. HEX triplet: 0C, D9 and 2A. RGB value is (12,217,42). Sum of RGB (Red+Green+Blue) = 12+217+42=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 217 (85.16% from 255 or 80.07% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD92A is #F326D5. Grayscale: #888888. Windows color (decimal): -15935190 or 2808076. OLE color: 2808076.
HSL color Cylindrical-coordinate representation of color #0CD92A: hue angle of 128.78º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD92A is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 217 | 42 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.15 |
| HSL | 128.78º | 0.9% | 0.45% | - |
| HSV(B) | 128.78º | 0.94% | 0.85% | - |
| XYZ | 25.38 | 49.87 | 10.48 | - |
| YUV | 135.76 | 75.08 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 217 | 42 | 0.94 | 0 | 0.81 | 0.15 | 128.78 | 0.9 | 0.45 |
| Hex | C | D9 | 2A | 5E | 0 | 51 | F | 81 | 5A | 2D |
| Octal | 14 | 331 | 52 | 136 | 0 | 121 | 17 | 201 | 132 | 55 |
| Binary | 1100 | 11011001 | 101010 | 1011110 | 0 | 1010001 | 1111 | 10000001 | 1011010 | 101101 |
Color Harmonies of #0CD92A
Complementary color
Monochromatic Colors of #0CD92A
Black with #0CD92A
Text Example
Text Example
White with #0CD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD92A; }
p { color: rgb(12,217,42); }
H1.HeaderClassName
{
color: #0CD92A;
}
.AnyTagClassName
{
color: #0CD92A;
}
</style>
background-color css
<style>
a { background-color: #0CD92A; }
a { background-color: rgb(12,217,42); }
div.DivClassName
{
background-color: #0CD92A;
}
.BgClassName
{
background-color: #0CD92A;
}
</style>
border-color css
<style>
span { border-color: #0CD92A; }
span { border-color: rgb(12,217,42); }
td.TdClassName
{
border-color: #0CD92A;
}
.TagClassName
{
border-color: #0CD92A;
}
</style>