Shades of Dark Pastel Green #0CCF29
Tints of Dark Pastel Green #0CCF29
RGB
CMYK
RGB Variations
Color information
#0CCF29 (or 0x0CCF29) is known color: Dark Pastel Green. HEX triplet: 0C, CF and 29. RGB value is (12,207,41). Sum of RGB (Red+Green+Blue) = 12+207+41=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 207 (81.25% from 255 or 79.62% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCF29 is #F330D6. Grayscale: #828282. Windows color (decimal): -15937751 or 2739980. OLE color: 2739980.
HSL color Cylindrical-coordinate representation of color #0CCF29: hue angle of 128.92º 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 #0CCF29 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 207 | 41 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.19 |
| HSL | 128.92º | 0.89% | 0.43% | - |
| HSV(B) | 128.92º | 0.94% | 0.81% | - |
| XYZ | 22.86 | 44.86 | 9.55 | - |
| YUV | 129.77 | 77.9 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 41 | 0.94 | 0 | 0.80 | 0.19 | 128.92 | 0.89 | 0.43 |
| Hex | C | CF | 29 | 5E | 0 | 50 | 13 | 81 | 59 | 2B |
| Octal | 14 | 317 | 51 | 136 | 0 | 120 | 23 | 201 | 131 | 53 |
| Binary | 1100 | 11001111 | 101001 | 1011110 | 0 | 1010000 | 10011 | 10000001 | 1011001 | 101011 |
Color Harmonies of #0CCF29
Complementary color
Monochromatic Colors of #0CCF29
Black with #0CCF29
Text Example
Text Example
White with #0CCF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCF29; }
p { color: rgb(12,207,41); }
H1.HeaderClassName
{
color: #0CCF29;
}
.AnyTagClassName
{
color: #0CCF29;
}
</style>
background-color css
<style>
a { background-color: #0CCF29; }
a { background-color: rgb(12,207,41); }
div.DivClassName
{
background-color: #0CCF29;
}
.BgClassName
{
background-color: #0CCF29;
}
</style>
border-color css
<style>
span { border-color: #0CCF29; }
span { border-color: rgb(12,207,41); }
td.TdClassName
{
border-color: #0CCF29;
}
.TagClassName
{
border-color: #0CCF29;
}
</style>