Shades of Dark Pastel Green #0CCB42
Tints of Dark Pastel Green #0CCB42
RGB
CMYK
RGB Variations
Color information
#0CCB42 (or 0x0CCB42) is known color: Dark Pastel Green. HEX triplet: 0C, CB and 42. RGB value is (12,203,66). Sum of RGB (Red+Green+Blue) = 12+203+66=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 203 (79.69% from 255 or 72.24% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCB42 is #F334BD. Grayscale: #828282. Windows color (decimal): -15938750 or 4377356. OLE color: 4377356.
HSL color Cylindrical-coordinate representation of color #0CCB42: hue angle of 136.96º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCB42 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 203 | 66 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.20 |
| HSL | 136.96º | 0.89% | 0.42% | - |
| HSV(B) | 136.96º | 0.94% | 0.8% | - |
| XYZ | 22.49 | 43.18 | 12.3 | - |
| YUV | 130.27 | 91.72 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 66 | 0.94 | 0 | 0.67 | 0.20 | 136.96 | 0.89 | 0.42 |
| Hex | C | CB | 42 | 5E | 0 | 43 | 14 | 89 | 59 | 2A |
| Octal | 14 | 313 | 102 | 136 | 0 | 103 | 24 | 211 | 131 | 52 |
| Binary | 1100 | 11001011 | 1000010 | 1011110 | 0 | 1000011 | 10100 | 10001001 | 1011001 | 101010 |
Color Harmonies of #0CCB42
Complementary color
Monochromatic Colors of #0CCB42
Black with #0CCB42
Text Example
Text Example
White with #0CCB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCB42; }
p { color: rgb(12,203,66); }
H1.HeaderClassName
{
color: #0CCB42;
}
.AnyTagClassName
{
color: #0CCB42;
}
</style>
background-color css
<style>
a { background-color: #0CCB42; }
a { background-color: rgb(12,203,66); }
div.DivClassName
{
background-color: #0CCB42;
}
.BgClassName
{
background-color: #0CCB42;
}
</style>
border-color css
<style>
span { border-color: #0CCB42; }
span { border-color: rgb(12,203,66); }
td.TdClassName
{
border-color: #0CCB42;
}
.TagClassName
{
border-color: #0CCB42;
}
</style>