Shades of Dark Pastel Green #0CA83C
Tints of Dark Pastel Green #0CA83C
RGB
CMYK
RGB Variations
Color information
#0CA83C (or 0x0CA83C) is known color: Dark Pastel Green. HEX triplet: 0C, A8 and 3C. RGB value is (12,168,60). Sum of RGB (Red+Green+Blue) = 12+168+60=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 168 (66.02% from 255 or 70% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA83C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA83C is #F357C3. Grayscale: #6D6D6D. Windows color (decimal): -15947716 or 3975180. OLE color: 3975180.
HSL color Cylindrical-coordinate representation of color #0CA83C: hue angle of 138.46º 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 #0CA83C is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 168 | 60 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.34 |
| HSL | 138.46º | 0.87% | 0.35% | - |
| HSV(B) | 138.46º | 0.93% | 0.66% | - |
| XYZ | 14.97 | 28.41 | 8.97 | - |
| YUV | 109.04 | 100.32 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 60 | 0.93 | 0 | 0.64 | 0.34 | 138.46 | 0.87 | 0.35 |
| Hex | C | A8 | 3C | 5D | 0 | 40 | 22 | 8A | 57 | 23 |
| Octal | 14 | 250 | 74 | 135 | 0 | 100 | 42 | 212 | 127 | 43 |
| Binary | 1100 | 10101000 | 111100 | 1011101 | 0 | 1000000 | 100010 | 10001010 | 1010111 | 100011 |
Color Harmonies of #0CA83C
Complementary color
Monochromatic Colors of #0CA83C
Black with #0CA83C
Text Example
Text Example
White with #0CA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA83C; }
p { color: rgb(12,168,60); }
H1.HeaderClassName
{
color: #0CA83C;
}
.AnyTagClassName
{
color: #0CA83C;
}
</style>
background-color css
<style>
a { background-color: #0CA83C; }
a { background-color: rgb(12,168,60); }
div.DivClassName
{
background-color: #0CA83C;
}
.BgClassName
{
background-color: #0CA83C;
}
</style>
border-color css
<style>
span { border-color: #0CA83C; }
span { border-color: rgb(12,168,60); }
td.TdClassName
{
border-color: #0CA83C;
}
.TagClassName
{
border-color: #0CA83C;
}
</style>