Shades of Dark Pastel Green #0CCD18
Tints of Dark Pastel Green #0CCD18
RGB
CMYK
RGB Variations
Color information
#0CCD18 (or 0x0CCD18) is known color: Dark Pastel Green. HEX triplet: 0C, CD and 18. RGB value is (12,205,24). Sum of RGB (Red+Green+Blue) = 12+205+24=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 205 (80.47% from 255 or 85.06% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCD18 is #F332E7. Grayscale: #7F7F7F. Windows color (decimal): -15938280 or 1625356. OLE color: 1625356.
HSL color Cylindrical-coordinate representation of color #0CCD18: hue angle of 123.73º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCD18 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 24 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.20 |
| HSL | 123.73º | 0.89% | 0.43% | - |
| HSV(B) | 123.73º | 0.94% | 0.8% | - |
| XYZ | 22.15 | 43.81 | 8.15 | - |
| YUV | 126.66 | 70.06 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 24 | 0.94 | 0 | 0.88 | 0.20 | 123.73 | 0.89 | 0.43 |
| Hex | C | CD | 18 | 5E | 0 | 58 | 14 | 7C | 59 | 2B |
| Octal | 14 | 315 | 30 | 136 | 0 | 130 | 24 | 174 | 131 | 53 |
| Binary | 1100 | 11001101 | 11000 | 1011110 | 0 | 1011000 | 10100 | 1111100 | 1011001 | 101011 |
Color Harmonies of #0CCD18
Complementary color
Monochromatic Colors of #0CCD18
Black with #0CCD18
Text Example
Text Example
White with #0CCD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD18; }
p { color: rgb(12,205,24); }
H1.HeaderClassName
{
color: #0CCD18;
}
.AnyTagClassName
{
color: #0CCD18;
}
</style>
background-color css
<style>
a { background-color: #0CCD18; }
a { background-color: rgb(12,205,24); }
div.DivClassName
{
background-color: #0CCD18;
}
.BgClassName
{
background-color: #0CCD18;
}
</style>
border-color css
<style>
span { border-color: #0CCD18; }
span { border-color: rgb(12,205,24); }
td.TdClassName
{
border-color: #0CCD18;
}
.TagClassName
{
border-color: #0CCD18;
}
</style>