Shades of Pigment Green #0AB75D
Tints of Pigment Green #0AB75D
RGB
CMYK
RGB Variations
Color information
#0AB75D (or 0x0AB75D) is known color: Pigment Green. HEX triplet: 0A, B7 and 5D. RGB value is (10,183,93). Sum of RGB (Red+Green+Blue) = 10+183+93=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 183 (71.88% from 255 or 63.99% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB75D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB75D is #F548A2. Grayscale: #797979. Windows color (decimal): -16074915 or 6141706. OLE color: 6141706.
HSL color Cylindrical-coordinate representation of color #0AB75D: hue angle of 148.79º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB75D is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 93 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.28 |
| HSL | 148.79º | 0.9% | 0.38% | - |
| HSV(B) | 148.79º | 0.95% | 0.72% | - |
| XYZ | 19.03 | 34.72 | 16.05 | - |
| YUV | 121.01 | 112.19 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 93 | 0.95 | 0 | 0.49 | 0.28 | 148.79 | 0.9 | 0.38 |
| Hex | A | B7 | 5D | 5F | 0 | 31 | 1C | 95 | 5A | 26 |
| Octal | 12 | 267 | 135 | 137 | 0 | 61 | 34 | 225 | 132 | 46 |
| Binary | 1010 | 10110111 | 1011101 | 1011111 | 0 | 110001 | 11100 | 10010101 | 1011010 | 100110 |
Color Harmonies of #0AB75D
Complementary color
Monochromatic Colors of #0AB75D
Black with #0AB75D
Text Example
Text Example
White with #0AB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB75D; }
p { color: rgb(10,183,93); }
H1.HeaderClassName
{
color: #0AB75D;
}
.AnyTagClassName
{
color: #0AB75D;
}
</style>
background-color css
<style>
a { background-color: #0AB75D; }
a { background-color: rgb(10,183,93); }
div.DivClassName
{
background-color: #0AB75D;
}
.BgClassName
{
background-color: #0AB75D;
}
</style>
border-color css
<style>
span { border-color: #0AB75D; }
span { border-color: rgb(10,183,93); }
td.TdClassName
{
border-color: #0AB75D;
}
.TagClassName
{
border-color: #0AB75D;
}
</style>