Shades of Dark Pastel Green #0CCE23
Tints of Dark Pastel Green #0CCE23
RGB
CMYK
RGB Variations
Color information
#0CCE23 (or 0x0CCE23) is known color: Dark Pastel Green. HEX triplet: 0C, CE and 23. RGB value is (12,206,35). Sum of RGB (Red+Green+Blue) = 12+206+35=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 206 (80.86% from 255 or 81.42% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCE23 is #F331DC. Grayscale: #808080. Windows color (decimal): -15938013 or 2346508. OLE color: 2346508.
HSL color Cylindrical-coordinate representation of color #0CCE23: hue angle of 127.11º 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 #0CCE23 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 35 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.19 |
| HSL | 127.11º | 0.89% | 0.43% | - |
| HSV(B) | 127.11º | 0.94% | 0.81% | - |
| XYZ | 22.53 | 44.34 | 8.96 | - |
| YUV | 128.5 | 75.23 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 35 | 0.94 | 0 | 0.83 | 0.19 | 127.11 | 0.89 | 0.43 |
| Hex | C | CE | 23 | 5E | 0 | 53 | 13 | 7F | 59 | 2B |
| Octal | 14 | 316 | 43 | 136 | 0 | 123 | 23 | 177 | 131 | 53 |
| Binary | 1100 | 11001110 | 100011 | 1011110 | 0 | 1010011 | 10011 | 1111111 | 1011001 | 101011 |
Color Harmonies of #0CCE23
Complementary color
Monochromatic Colors of #0CCE23
Black with #0CCE23
Text Example
Text Example
White with #0CCE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCE23; }
p { color: rgb(12,206,35); }
H1.HeaderClassName
{
color: #0CCE23;
}
.AnyTagClassName
{
color: #0CCE23;
}
</style>
background-color css
<style>
a { background-color: #0CCE23; }
a { background-color: rgb(12,206,35); }
div.DivClassName
{
background-color: #0CCE23;
}
.BgClassName
{
background-color: #0CCE23;
}
</style>
border-color css
<style>
span { border-color: #0CCE23; }
span { border-color: rgb(12,206,35); }
td.TdClassName
{
border-color: #0CCE23;
}
.TagClassName
{
border-color: #0CCE23;
}
</style>