Shades of Dark Pastel Green #0AB12A
Tints of Dark Pastel Green #0AB12A
RGB
CMYK
RGB Variations
Color information
#0AB12A (or 0x0AB12A) is known color: Dark Pastel Green. HEX triplet: 0A, B1 and 2A. RGB value is (10,177,42). Sum of RGB (Red+Green+Blue) = 10+177+42=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 177 (69.53% from 255 or 77.29% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB12A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AB12A is #F54ED5. Grayscale: #707070. Windows color (decimal): -16076502 or 2797834. OLE color: 2797834.
HSL color Cylindrical-coordinate representation of color #0AB12A: hue angle of 131.5º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB12A is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 177 | 42 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.31 |
| HSL | 131.5º | 0.89% | 0.37% | - |
| HSV(B) | 131.5º | 0.94% | 0.69% | - |
| XYZ | 16.27 | 31.68 | 7.45 | - |
| YUV | 111.68 | 88.67 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 177 | 42 | 0.94 | 0 | 0.76 | 0.31 | 131.5 | 0.89 | 0.37 |
| Hex | A | B1 | 2A | 5E | 0 | 4C | 1F | 83 | 59 | 25 |
| Octal | 12 | 261 | 52 | 136 | 0 | 114 | 37 | 203 | 131 | 45 |
| Binary | 1010 | 10110001 | 101010 | 1011110 | 0 | 1001100 | 11111 | 10000011 | 1011001 | 100101 |
Color Harmonies of #0AB12A
Complementary color
Monochromatic Colors of #0AB12A
Black with #0AB12A
Text Example
Text Example
White with #0AB12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB12A; }
p { color: rgb(10,177,42); }
H1.HeaderClassName
{
color: #0AB12A;
}
.AnyTagClassName
{
color: #0AB12A;
}
</style>
background-color css
<style>
a { background-color: #0AB12A; }
a { background-color: rgb(10,177,42); }
div.DivClassName
{
background-color: #0AB12A;
}
.BgClassName
{
background-color: #0AB12A;
}
</style>
border-color css
<style>
span { border-color: #0AB12A; }
span { border-color: rgb(10,177,42); }
td.TdClassName
{
border-color: #0AB12A;
}
.TagClassName
{
border-color: #0AB12A;
}
</style>