Shades of Dark Pastel Green #0CC236
Tints of Dark Pastel Green #0CC236
RGB
CMYK
RGB Variations
Color information
#0CC236 (or 0x0CC236) is known color: Dark Pastel Green. HEX triplet: 0C, C2 and 36. RGB value is (12,194,54). Sum of RGB (Red+Green+Blue) = 12+194+54=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 194 (76.17% from 255 or 74.62% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC236 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC236 is #F33DC9. Grayscale: #7B7B7B. Windows color (decimal): -15941066 or 3588620. OLE color: 3588620.
HSL color Cylindrical-coordinate representation of color #0CC236: hue angle of 133.85º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC236 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 54 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.24 |
| HSL | 133.85º | 0.88% | 0.4% | - |
| HSV(B) | 133.85º | 0.94% | 0.76% | - |
| XYZ | 20.11 | 38.93 | 9.94 | - |
| YUV | 123.62 | 88.7 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 54 | 0.94 | 0 | 0.72 | 0.24 | 133.85 | 0.88 | 0.4 |
| Hex | C | C2 | 36 | 5E | 0 | 48 | 18 | 86 | 58 | 28 |
| Octal | 14 | 302 | 66 | 136 | 0 | 110 | 30 | 206 | 130 | 50 |
| Binary | 1100 | 11000010 | 110110 | 1011110 | 0 | 1001000 | 11000 | 10000110 | 1011000 | 101000 |
Color Harmonies of #0CC236
Complementary color
Monochromatic Colors of #0CC236
Black with #0CC236
Text Example
Text Example
White with #0CC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC236; }
p { color: rgb(12,194,54); }
H1.HeaderClassName
{
color: #0CC236;
}
.AnyTagClassName
{
color: #0CC236;
}
</style>
background-color css
<style>
a { background-color: #0CC236; }
a { background-color: rgb(12,194,54); }
div.DivClassName
{
background-color: #0CC236;
}
.BgClassName
{
background-color: #0CC236;
}
</style>
border-color css
<style>
span { border-color: #0CC236; }
span { border-color: rgb(12,194,54); }
td.TdClassName
{
border-color: #0CC236;
}
.TagClassName
{
border-color: #0CC236;
}
</style>