Shades of Dark Pastel Green #0AB919
Tints of Dark Pastel Green #0AB919
RGB
CMYK
RGB Variations
Color information
#0AB919 (or 0x0AB919) is known color: Dark Pastel Green. HEX triplet: 0A, B9 and 19. RGB value is (10,185,25). Sum of RGB (Red+Green+Blue) = 10+185+25=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 185 (72.66% from 255 or 84.09% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB919 is #F546E6. Grayscale: #727272. Windows color (decimal): -16074471 or 1685770. OLE color: 1685770.
HSL color Cylindrical-coordinate representation of color #0AB919: hue angle of 125.14º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB919 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 185 | 25 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.27 |
| HSL | 125.14º | 0.9% | 0.38% | - |
| HSV(B) | 125.14º | 0.95% | 0.73% | - |
| XYZ | 17.65 | 34.83 | 6.71 | - |
| YUV | 114.44 | 77.52 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 185 | 25 | 0.95 | 0 | 0.86 | 0.27 | 125.14 | 0.9 | 0.38 |
| Hex | A | B9 | 19 | 5F | 0 | 56 | 1B | 7D | 5A | 26 |
| Octal | 12 | 271 | 31 | 137 | 0 | 126 | 33 | 175 | 132 | 46 |
| Binary | 1010 | 10111001 | 11001 | 1011111 | 0 | 1010110 | 11011 | 1111101 | 1011010 | 100110 |
Color Harmonies of #0AB919
Complementary color
Monochromatic Colors of #0AB919
Black with #0AB919
Text Example
Text Example
White with #0AB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB919; }
p { color: rgb(10,185,25); }
H1.HeaderClassName
{
color: #0AB919;
}
.AnyTagClassName
{
color: #0AB919;
}
</style>
background-color css
<style>
a { background-color: #0AB919; }
a { background-color: rgb(10,185,25); }
div.DivClassName
{
background-color: #0AB919;
}
.BgClassName
{
background-color: #0AB919;
}
</style>
border-color css
<style>
span { border-color: #0AB919; }
span { border-color: rgb(10,185,25); }
td.TdClassName
{
border-color: #0AB919;
}
.TagClassName
{
border-color: #0AB919;
}
</style>