Shades of Dark Pastel Green #0CA330
Tints of Dark Pastel Green #0CA330
RGB
CMYK
RGB Variations
Color information
#0CA330 (or 0x0CA330) is known color: Dark Pastel Green. HEX triplet: 0C, A3 and 30. RGB value is (12,163,48). Sum of RGB (Red+Green+Blue) = 12+163+48=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 163 (64.06% from 255 or 73.09% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA330 is #F35CCF. Grayscale: #696969. Windows color (decimal): -15949008 or 3187468. OLE color: 3187468.
HSL color Cylindrical-coordinate representation of color #0CA330: hue angle of 134.3º 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 #0CA330 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 48 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.36 |
| HSL | 134.3º | 0.86% | 0.34% | - |
| HSV(B) | 134.3º | 0.93% | 0.64% | - |
| XYZ | 13.78 | 26.49 | 7.18 | - |
| YUV | 104.74 | 95.97 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 48 | 0.93 | 0 | 0.71 | 0.36 | 134.3 | 0.86 | 0.34 |
| Hex | C | A3 | 30 | 5D | 0 | 47 | 24 | 86 | 56 | 22 |
| Octal | 14 | 243 | 60 | 135 | 0 | 107 | 44 | 206 | 126 | 42 |
| Binary | 1100 | 10100011 | 110000 | 1011101 | 0 | 1000111 | 100100 | 10000110 | 1010110 | 100010 |
Color Harmonies of #0CA330
Complementary color
Monochromatic Colors of #0CA330
Black with #0CA330
Text Example
Text Example
White with #0CA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA330; }
p { color: rgb(12,163,48); }
H1.HeaderClassName
{
color: #0CA330;
}
.AnyTagClassName
{
color: #0CA330;
}
</style>
background-color css
<style>
a { background-color: #0CA330; }
a { background-color: rgb(12,163,48); }
div.DivClassName
{
background-color: #0CA330;
}
.BgClassName
{
background-color: #0CA330;
}
</style>
border-color css
<style>
span { border-color: #0CA330; }
span { border-color: rgb(12,163,48); }
td.TdClassName
{
border-color: #0CA330;
}
.TagClassName
{
border-color: #0CA330;
}
</style>