Shades of Dark Pastel Green #0AC039
Tints of Dark Pastel Green #0AC039
RGB
CMYK
RGB Variations
Color information
#0AC039 (or 0x0AC039) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 39. RGB value is (10,192,57). Sum of RGB (Red+Green+Blue) = 10+192+57=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 192 (75.39% from 255 or 74.13% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC039 is #F53FC6. Grayscale: #7A7A7A. Windows color (decimal): -16072647 or 3784714. OLE color: 3784714.
HSL color Cylindrical-coordinate representation of color #0AC039: hue angle of 135.49º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC039 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 57 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.25 |
| HSL | 135.49º | 0.9% | 0.4% | - |
| HSV(B) | 135.49º | 0.95% | 0.75% | - |
| XYZ | 19.71 | 38.06 | 10.18 | - |
| YUV | 122.19 | 91.2 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 57 | 0.95 | 0 | 0.70 | 0.25 | 135.49 | 0.9 | 0.4 |
| Hex | A | C0 | 39 | 5F | 0 | 46 | 19 | 87 | 5A | 28 |
| Octal | 12 | 300 | 71 | 137 | 0 | 106 | 31 | 207 | 132 | 50 |
| Binary | 1010 | 11000000 | 111001 | 1011111 | 0 | 1000110 | 11001 | 10000111 | 1011010 | 101000 |
Color Harmonies of #0AC039
Complementary color
Monochromatic Colors of #0AC039
Black with #0AC039
Text Example
Text Example
White with #0AC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC039; }
p { color: rgb(10,192,57); }
H1.HeaderClassName
{
color: #0AC039;
}
.AnyTagClassName
{
color: #0AC039;
}
</style>
background-color css
<style>
a { background-color: #0AC039; }
a { background-color: rgb(10,192,57); }
div.DivClassName
{
background-color: #0AC039;
}
.BgClassName
{
background-color: #0AC039;
}
</style>
border-color css
<style>
span { border-color: #0AC039; }
span { border-color: rgb(10,192,57); }
td.TdClassName
{
border-color: #0AC039;
}
.TagClassName
{
border-color: #0AC039;
}
</style>