Shades of Dark Pastel Green #0AC049
Tints of Dark Pastel Green #0AC049
RGB
CMYK
RGB Variations
Color information
#0AC049 (or 0x0AC049) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 49. RGB value is (10,192,73). Sum of RGB (Red+Green+Blue) = 10+192+73=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 192 (75.39% from 255 or 69.82% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC049 is #F53FB6. Grayscale: #7C7C7C. Windows color (decimal): -16072631 or 4833290. OLE color: 4833290.
HSL color Cylindrical-coordinate representation of color #0AC049: hue angle of 140.77º 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 #0AC049 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 73 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.25 |
| HSL | 140.77º | 0.9% | 0.4% | - |
| HSV(B) | 140.77º | 0.95% | 0.75% | - |
| XYZ | 20.18 | 38.24 | 12.62 | - |
| YUV | 124.02 | 99.2 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 73 | 0.95 | 0 | 0.62 | 0.25 | 140.77 | 0.9 | 0.4 |
| Hex | A | C0 | 49 | 5F | 0 | 3E | 19 | 8D | 5A | 28 |
| Octal | 12 | 300 | 111 | 137 | 0 | 76 | 31 | 215 | 132 | 50 |
| Binary | 1010 | 11000000 | 1001001 | 1011111 | 0 | 111110 | 11001 | 10001101 | 1011010 | 101000 |
Color Harmonies of #0AC049
Complementary color
Monochromatic Colors of #0AC049
Black with #0AC049
Text Example
Text Example
White with #0AC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC049; }
p { color: rgb(10,192,73); }
H1.HeaderClassName
{
color: #0AC049;
}
.AnyTagClassName
{
color: #0AC049;
}
</style>
background-color css
<style>
a { background-color: #0AC049; }
a { background-color: rgb(10,192,73); }
div.DivClassName
{
background-color: #0AC049;
}
.BgClassName
{
background-color: #0AC049;
}
</style>
border-color css
<style>
span { border-color: #0AC049; }
span { border-color: rgb(10,192,73); }
td.TdClassName
{
border-color: #0AC049;
}
.TagClassName
{
border-color: #0AC049;
}
</style>