Shades of Dark Pastel Green #0CCF26
Tints of Dark Pastel Green #0CCF26
RGB
CMYK
RGB Variations
Color information
#0CCF26 (or 0x0CCF26) is known color: Dark Pastel Green. HEX triplet: 0C, CF and 26. RGB value is (12,207,38). Sum of RGB (Red+Green+Blue) = 12+207+38=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 207 (81.25% from 255 or 80.54% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCF26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCF26 is #F330D9. Grayscale: #818181. Windows color (decimal): -15937754 or 2543372. OLE color: 2543372.
HSL color Cylindrical-coordinate representation of color #0CCF26: hue angle of 128º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCF26 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 207 | 38 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.19 |
| HSL | 128º | 0.89% | 0.43% | - |
| HSV(B) | 128º | 0.94% | 0.81% | - |
| XYZ | 22.81 | 44.84 | 9.29 | - |
| YUV | 129.43 | 76.4 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 38 | 0.94 | 0 | 0.82 | 0.19 | 128 | 0.89 | 0.43 |
| Hex | C | CF | 26 | 5E | 0 | 52 | 13 | 80 | 59 | 2B |
| Octal | 14 | 317 | 46 | 136 | 0 | 122 | 23 | 200 | 131 | 53 |
| Binary | 1100 | 11001111 | 100110 | 1011110 | 0 | 1010010 | 10011 | 10000000 | 1011001 | 101011 |
Color Harmonies of #0CCF26
Complementary color
Monochromatic Colors of #0CCF26
Black with #0CCF26
Text Example
Text Example
White with #0CCF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCF26; }
p { color: rgb(12,207,38); }
H1.HeaderClassName
{
color: #0CCF26;
}
.AnyTagClassName
{
color: #0CCF26;
}
</style>
background-color css
<style>
a { background-color: #0CCF26; }
a { background-color: rgb(12,207,38); }
div.DivClassName
{
background-color: #0CCF26;
}
.BgClassName
{
background-color: #0CCF26;
}
</style>
border-color css
<style>
span { border-color: #0CCF26; }
span { border-color: rgb(12,207,38); }
td.TdClassName
{
border-color: #0CCF26;
}
.TagClassName
{
border-color: #0CCF26;
}
</style>