Shades of Dark Pastel Green #0CA93C
Tints of Dark Pastel Green #0CA93C
RGB
CMYK
RGB Variations
Color information
#0CA93C (or 0x0CA93C) is known color: Dark Pastel Green. HEX triplet: 0C, A9 and 3C. RGB value is (12,169,60). Sum of RGB (Red+Green+Blue) = 12+169+60=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 169 (66.41% from 255 or 70.12% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA93C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA93C is #F356C3. Grayscale: #6D6D6D. Windows color (decimal): -15947460 or 3975436. OLE color: 3975436.
HSL color Cylindrical-coordinate representation of color #0CA93C: hue angle of 138.34º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA93C is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 169 | 60 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.34 |
| HSL | 138.34º | 0.87% | 0.35% | - |
| HSV(B) | 138.34º | 0.93% | 0.66% | - |
| XYZ | 15.16 | 28.78 | 9.03 | - |
| YUV | 109.63 | 99.99 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 60 | 0.93 | 0 | 0.64 | 0.34 | 138.34 | 0.87 | 0.35 |
| Hex | C | A9 | 3C | 5D | 0 | 40 | 22 | 8A | 57 | 23 |
| Octal | 14 | 251 | 74 | 135 | 0 | 100 | 42 | 212 | 127 | 43 |
| Binary | 1100 | 10101001 | 111100 | 1011101 | 0 | 1000000 | 100010 | 10001010 | 1010111 | 100011 |
Color Harmonies of #0CA93C
Complementary color
Monochromatic Colors of #0CA93C
Black with #0CA93C
Text Example
Text Example
White with #0CA93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA93C; }
p { color: rgb(12,169,60); }
H1.HeaderClassName
{
color: #0CA93C;
}
.AnyTagClassName
{
color: #0CA93C;
}
</style>
background-color css
<style>
a { background-color: #0CA93C; }
a { background-color: rgb(12,169,60); }
div.DivClassName
{
background-color: #0CA93C;
}
.BgClassName
{
background-color: #0CA93C;
}
</style>
border-color css
<style>
span { border-color: #0CA93C; }
span { border-color: rgb(12,169,60); }
td.TdClassName
{
border-color: #0CA93C;
}
.TagClassName
{
border-color: #0CA93C;
}
</style>