Shades of Dark Pastel Green #0CDA26
Tints of Dark Pastel Green #0CDA26
RGB
CMYK
RGB Variations
Color information
#0CDA26 (or 0x0CDA26) is known color: Dark Pastel Green. HEX triplet: 0C, DA and 26. RGB value is (12,218,38). Sum of RGB (Red+Green+Blue) = 12+218+38=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 218 (85.55% from 255 or 81.34% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDA26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDA26 is #F325D9. Grayscale: #888888. Windows color (decimal): -15934938 or 2546188. OLE color: 2546188.
HSL color Cylindrical-coordinate representation of color #0CDA26: hue angle of 127.57º 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 #0CDA26 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 218 | 38 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.15 |
| HSL | 127.57º | 0.9% | 0.45% | - |
| HSV(B) | 127.57º | 0.94% | 0.85% | - |
| XYZ | 25.57 | 50.36 | 10.21 | - |
| YUV | 135.89 | 72.75 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 38 | 0.94 | 0 | 0.83 | 0.15 | 127.57 | 0.9 | 0.45 |
| Hex | C | DA | 26 | 5E | 0 | 53 | F | 80 | 5A | 2D |
| Octal | 14 | 332 | 46 | 136 | 0 | 123 | 17 | 200 | 132 | 55 |
| Binary | 1100 | 11011010 | 100110 | 1011110 | 0 | 1010011 | 1111 | 10000000 | 1011010 | 101101 |
Color Harmonies of #0CDA26
Complementary color
Monochromatic Colors of #0CDA26
Black with #0CDA26
Text Example
Text Example
White with #0CDA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDA26; }
p { color: rgb(12,218,38); }
H1.HeaderClassName
{
color: #0CDA26;
}
.AnyTagClassName
{
color: #0CDA26;
}
</style>
background-color css
<style>
a { background-color: #0CDA26; }
a { background-color: rgb(12,218,38); }
div.DivClassName
{
background-color: #0CDA26;
}
.BgClassName
{
background-color: #0CDA26;
}
</style>
border-color css
<style>
span { border-color: #0CDA26; }
span { border-color: rgb(12,218,38); }
td.TdClassName
{
border-color: #0CDA26;
}
.TagClassName
{
border-color: #0CDA26;
}
</style>