Shades of Dark Pastel Green #0AC119
Tints of Dark Pastel Green #0AC119
RGB
CMYK
RGB Variations
Color information
#0AC119 (or 0x0AC119) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 19. RGB value is (10,193,25). Sum of RGB (Red+Green+Blue) = 10+193+25=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 193 (75.78% from 255 or 84.65% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC119 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC119 is #F53EE6. Grayscale: #777777. Windows color (decimal): -16072423 or 1687818. OLE color: 1687818.
HSL color Cylindrical-coordinate representation of color #0AC119: hue angle of 124.92º 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 #0AC119 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 25 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.24 |
| HSL | 124.92º | 0.9% | 0.4% | - |
| HSV(B) | 124.92º | 0.95% | 0.76% | - |
| XYZ | 19.37 | 38.27 | 7.29 | - |
| YUV | 119.13 | 74.87 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 25 | 0.95 | 0 | 0.87 | 0.24 | 124.92 | 0.9 | 0.4 |
| Hex | A | C1 | 19 | 5F | 0 | 57 | 18 | 7D | 5A | 28 |
| Octal | 12 | 301 | 31 | 137 | 0 | 127 | 30 | 175 | 132 | 50 |
| Binary | 1010 | 11000001 | 11001 | 1011111 | 0 | 1010111 | 11000 | 1111101 | 1011010 | 101000 |
Color Harmonies of #0AC119
Complementary color
Monochromatic Colors of #0AC119
Black with #0AC119
Text Example
Text Example
White with #0AC119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC119; }
p { color: rgb(10,193,25); }
H1.HeaderClassName
{
color: #0AC119;
}
.AnyTagClassName
{
color: #0AC119;
}
</style>
background-color css
<style>
a { background-color: #0AC119; }
a { background-color: rgb(10,193,25); }
div.DivClassName
{
background-color: #0AC119;
}
.BgClassName
{
background-color: #0AC119;
}
</style>
border-color css
<style>
span { border-color: #0AC119; }
span { border-color: rgb(10,193,25); }
td.TdClassName
{
border-color: #0AC119;
}
.TagClassName
{
border-color: #0AC119;
}
</style>