Shades of Dark Pastel Green #0ACC39
Tints of Dark Pastel Green #0ACC39
RGB
CMYK
RGB Variations
Color information
#0ACC39 (or 0x0ACC39) is known color: Dark Pastel Green. HEX triplet: 0A, CC and 39. RGB value is (10,204,57). Sum of RGB (Red+Green+Blue) = 10+204+57=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACC39 is #F533C6. Grayscale: #818181. Windows color (decimal): -16069575 or 3787786. OLE color: 3787786.
HSL color Cylindrical-coordinate representation of color #0ACC39: hue angle of 134.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACC39 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 57 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.2 |
| HSL | 134.54º | 0.91% | 0.42% | - |
| HSV(B) | 134.54º | 0.95% | 0.8% | - |
| XYZ | 22.46 | 43.55 | 11.09 | - |
| YUV | 129.24 | 87.23 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 57 | 0.95 | 0 | 0.72 | 0.2 | 134.54 | 0.91 | 0.42 |
| Hex | A | CC | 39 | 5F | 0 | 48 | 14 | 87 | 5B | 2A |
| Octal | 12 | 314 | 71 | 137 | 0 | 110 | 24 | 207 | 133 | 52 |
| Binary | 1010 | 11001100 | 111001 | 1011111 | 0 | 1001000 | 10100 | 10000111 | 1011011 | 101010 |
Color Harmonies of #0ACC39
Complementary color
Monochromatic Colors of #0ACC39
Black with #0ACC39
Text Example
Text Example
White with #0ACC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACC39; }
p { color: rgb(10,204,57); }
H1.HeaderClassName
{
color: #0ACC39;
}
.AnyTagClassName
{
color: #0ACC39;
}
</style>
background-color css
<style>
a { background-color: #0ACC39; }
a { background-color: rgb(10,204,57); }
div.DivClassName
{
background-color: #0ACC39;
}
.BgClassName
{
background-color: #0ACC39;
}
</style>
border-color css
<style>
span { border-color: #0ACC39; }
span { border-color: rgb(10,204,57); }
td.TdClassName
{
border-color: #0ACC39;
}
.TagClassName
{
border-color: #0ACC39;
}
</style>