Shades of Dark Pastel Green #0AC249
Tints of Dark Pastel Green #0AC249
RGB
CMYK
RGB Variations
Color information
#0AC249 (or 0x0AC249) is known color: Dark Pastel Green. HEX triplet: 0A, C2 and 49. RGB value is (10,194,73). Sum of RGB (Red+Green+Blue) = 10+194+73=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 194 (76.17% from 255 or 70.04% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC249 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC249 is #F53DB6. Grayscale: #7D7D7D. Windows color (decimal): -16072119 or 4833802. OLE color: 4833802.
HSL color Cylindrical-coordinate representation of color #0AC249: hue angle of 140.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC249 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 73 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.24 |
| HSL | 140.54º | 0.9% | 0.4% | - |
| HSV(B) | 140.54º | 0.95% | 0.76% | - |
| XYZ | 20.62 | 39.13 | 12.77 | - |
| YUV | 125.19 | 98.54 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 73 | 0.95 | 0 | 0.62 | 0.24 | 140.54 | 0.9 | 0.4 |
| Hex | A | C2 | 49 | 5F | 0 | 3E | 18 | 8D | 5A | 28 |
| Octal | 12 | 302 | 111 | 137 | 0 | 76 | 30 | 215 | 132 | 50 |
| Binary | 1010 | 11000010 | 1001001 | 1011111 | 0 | 111110 | 11000 | 10001101 | 1011010 | 101000 |
Color Harmonies of #0AC249
Complementary color
Monochromatic Colors of #0AC249
Black with #0AC249
Text Example
Text Example
White with #0AC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC249; }
p { color: rgb(10,194,73); }
H1.HeaderClassName
{
color: #0AC249;
}
.AnyTagClassName
{
color: #0AC249;
}
</style>
background-color css
<style>
a { background-color: #0AC249; }
a { background-color: rgb(10,194,73); }
div.DivClassName
{
background-color: #0AC249;
}
.BgClassName
{
background-color: #0AC249;
}
</style>
border-color css
<style>
span { border-color: #0AC249; }
span { border-color: rgb(10,194,73); }
td.TdClassName
{
border-color: #0AC249;
}
.TagClassName
{
border-color: #0AC249;
}
</style>