Shades of Dark Pastel Green #0CAB40
Tints of Dark Pastel Green #0CAB40
RGB
CMYK
RGB Variations
Color information
#0CAB40 (or 0x0CAB40) is known color: Dark Pastel Green. HEX triplet: 0C, AB and 40. RGB value is (12,171,64). Sum of RGB (Red+Green+Blue) = 12+171+64=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 171 (67.19% from 255 or 69.23% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAB40 is #F354BF. Grayscale: #6F6F6F. Windows color (decimal): -15946944 or 4238092. OLE color: 4238092.
HSL color Cylindrical-coordinate representation of color #0CAB40: hue angle of 139.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB40 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 171 | 64 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.33 |
| HSL | 139.62º | 0.87% | 0.36% | - |
| HSV(B) | 139.62º | 0.93% | 0.67% | - |
| XYZ | 15.64 | 29.57 | 9.73 | - |
| YUV | 111.26 | 101.32 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 64 | 0.93 | 0 | 0.63 | 0.33 | 139.62 | 0.87 | 0.36 |
| Hex | C | AB | 40 | 5D | 0 | 3F | 21 | 8C | 57 | 24 |
| Octal | 14 | 253 | 100 | 135 | 0 | 77 | 41 | 214 | 127 | 44 |
| Binary | 1100 | 10101011 | 1000000 | 1011101 | 0 | 111111 | 100001 | 10001100 | 1010111 | 100100 |
Color Harmonies of #0CAB40
Complementary color
Monochromatic Colors of #0CAB40
Black with #0CAB40
Text Example
Text Example
White with #0CAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAB40; }
p { color: rgb(12,171,64); }
H1.HeaderClassName
{
color: #0CAB40;
}
.AnyTagClassName
{
color: #0CAB40;
}
</style>
background-color css
<style>
a { background-color: #0CAB40; }
a { background-color: rgb(12,171,64); }
div.DivClassName
{
background-color: #0CAB40;
}
.BgClassName
{
background-color: #0CAB40;
}
</style>
border-color css
<style>
span { border-color: #0CAB40; }
span { border-color: rgb(12,171,64); }
td.TdClassName
{
border-color: #0CAB40;
}
.TagClassName
{
border-color: #0CAB40;
}
</style>