Shades of Dark Pastel Green #0CA331
Tints of Dark Pastel Green #0CA331
RGB
CMYK
RGB Variations
Color information
#0CA331 (or 0x0CA331) is known color: Dark Pastel Green. HEX triplet: 0C, A3 and 31. RGB value is (12,163,49). Sum of RGB (Red+Green+Blue) = 12+163+49=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA331 is #F35CCE. Grayscale: #696969. Windows color (decimal): -15949007 or 3253004. OLE color: 3253004.
HSL color Cylindrical-coordinate representation of color #0CA331: hue angle of 134.7º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA331 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 49 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.36 |
| HSL | 134.7º | 0.86% | 0.34% | - |
| HSV(B) | 134.7º | 0.93% | 0.64% | - |
| XYZ | 13.8 | 26.49 | 7.29 | - |
| YUV | 104.86 | 96.47 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 49 | 0.93 | 0 | 0.70 | 0.36 | 134.7 | 0.86 | 0.34 |
| Hex | C | A3 | 31 | 5D | 0 | 46 | 24 | 87 | 56 | 22 |
| Octal | 14 | 243 | 61 | 135 | 0 | 106 | 44 | 207 | 126 | 42 |
| Binary | 1100 | 10100011 | 110001 | 1011101 | 0 | 1000110 | 100100 | 10000111 | 1010110 | 100010 |
Color Harmonies of #0CA331
Complementary color
Monochromatic Colors of #0CA331
Black with #0CA331
Text Example
Text Example
White with #0CA331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA331; }
p { color: rgb(12,163,49); }
H1.HeaderClassName
{
color: #0CA331;
}
.AnyTagClassName
{
color: #0CA331;
}
</style>
background-color css
<style>
a { background-color: #0CA331; }
a { background-color: rgb(12,163,49); }
div.DivClassName
{
background-color: #0CA331;
}
.BgClassName
{
background-color: #0CA331;
}
</style>
border-color css
<style>
span { border-color: #0CA331; }
span { border-color: rgb(12,163,49); }
td.TdClassName
{
border-color: #0CA331;
}
.TagClassName
{
border-color: #0CA331;
}
</style>