Shades of Dark Pastel Green #0CAC38
Tints of Dark Pastel Green #0CAC38
RGB
CMYK
RGB Variations
Color information
#0CAC38 (or 0x0CAC38) is known color: Dark Pastel Green. HEX triplet: 0C, AC and 38. RGB value is (12,172,56). Sum of RGB (Red+Green+Blue) = 12+172+56=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 172 (67.58% from 255 or 71.67% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC38 is #F353C7. Grayscale: #6F6F6F. Windows color (decimal): -15946696 or 3714060. OLE color: 3714060.
HSL color Cylindrical-coordinate representation of color #0CAC38: hue angle of 136.5º 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 #0CAC38 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 56 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.33 |
| HSL | 136.5º | 0.87% | 0.36% | - |
| HSV(B) | 136.5º | 0.93% | 0.67% | - |
| XYZ | 15.62 | 29.87 | 8.68 | - |
| YUV | 110.94 | 96.99 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 56 | 0.93 | 0 | 0.67 | 0.33 | 136.5 | 0.87 | 0.36 |
| Hex | C | AC | 38 | 5D | 0 | 43 | 21 | 88 | 57 | 24 |
| Octal | 14 | 254 | 70 | 135 | 0 | 103 | 41 | 210 | 127 | 44 |
| Binary | 1100 | 10101100 | 111000 | 1011101 | 0 | 1000011 | 100001 | 10001000 | 1010111 | 100100 |
Color Harmonies of #0CAC38
Complementary color
Monochromatic Colors of #0CAC38
Black with #0CAC38
Text Example
Text Example
White with #0CAC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC38; }
p { color: rgb(12,172,56); }
H1.HeaderClassName
{
color: #0CAC38;
}
.AnyTagClassName
{
color: #0CAC38;
}
</style>
background-color css
<style>
a { background-color: #0CAC38; }
a { background-color: rgb(12,172,56); }
div.DivClassName
{
background-color: #0CAC38;
}
.BgClassName
{
background-color: #0CAC38;
}
</style>
border-color css
<style>
span { border-color: #0CAC38; }
span { border-color: rgb(12,172,56); }
td.TdClassName
{
border-color: #0CAC38;
}
.TagClassName
{
border-color: #0CAC38;
}
</style>