Shades of Dark Pastel Green #0CC423
Tints of Dark Pastel Green #0CC423
RGB
CMYK
RGB Variations
Color information
#0CC423 (or 0x0CC423) is known color: Dark Pastel Green. HEX triplet: 0C, C4 and 23. RGB value is (12,196,35). Sum of RGB (Red+Green+Blue) = 12+196+35=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 196 (76.95% from 255 or 80.66% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC423 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC423 is #F33BDC. Grayscale: #7B7B7B. Windows color (decimal): -15940573 or 2343948. OLE color: 2343948.
HSL color Cylindrical-coordinate representation of color #0CC423: hue angle of 127.5º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC423 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 196 | 35 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.23 |
| HSL | 127.5º | 0.88% | 0.41% | - |
| HSV(B) | 127.5º | 0.94% | 0.77% | - |
| XYZ | 20.19 | 39.68 | 8.18 | - |
| YUV | 122.63 | 78.54 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 196 | 35 | 0.94 | 0 | 0.82 | 0.23 | 127.5 | 0.88 | 0.41 |
| Hex | C | C4 | 23 | 5E | 0 | 52 | 17 | 80 | 58 | 29 |
| Octal | 14 | 304 | 43 | 136 | 0 | 122 | 27 | 200 | 130 | 51 |
| Binary | 1100 | 11000100 | 100011 | 1011110 | 0 | 1010010 | 10111 | 10000000 | 1011000 | 101001 |
Color Harmonies of #0CC423
Complementary color
Monochromatic Colors of #0CC423
Black with #0CC423
Text Example
Text Example
White with #0CC423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC423; }
p { color: rgb(12,196,35); }
H1.HeaderClassName
{
color: #0CC423;
}
.AnyTagClassName
{
color: #0CC423;
}
</style>
background-color css
<style>
a { background-color: #0CC423; }
a { background-color: rgb(12,196,35); }
div.DivClassName
{
background-color: #0CC423;
}
.BgClassName
{
background-color: #0CC423;
}
</style>
border-color css
<style>
span { border-color: #0CC423; }
span { border-color: rgb(12,196,35); }
td.TdClassName
{
border-color: #0CC423;
}
.TagClassName
{
border-color: #0CC423;
}
</style>