Shades of Pigment Green #0AB35D
Tints of Pigment Green #0AB35D
RGB
CMYK
RGB Variations
Color information
#0AB35D (or 0x0AB35D) is known color: Pigment Green. HEX triplet: 0A, B3 and 5D. RGB value is (10,179,93). Sum of RGB (Red+Green+Blue) = 10+179+93=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #0AB35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB35D is #F54CA2. Grayscale: #767676. Windows color (decimal): -16075939 or 6140682. OLE color: 6140682.
HSL color Cylindrical-coordinate representation of color #0AB35D: hue angle of 149.47º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB35D is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 179 | 93 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.30 |
| HSL | 149.47º | 0.89% | 0.37% | - |
| HSV(B) | 149.47º | 0.94% | 0.7% | - |
| XYZ | 18.22 | 33.1 | 15.78 | - |
| YUV | 118.67 | 113.51 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 179 | 93 | 0.94 | 0 | 0.48 | 0.30 | 149.47 | 0.89 | 0.37 |
| Hex | A | B3 | 5D | 5E | 0 | 30 | 1E | 95 | 59 | 25 |
| Octal | 12 | 263 | 135 | 136 | 0 | 60 | 36 | 225 | 131 | 45 |
| Binary | 1010 | 10110011 | 1011101 | 1011110 | 0 | 110000 | 11110 | 10010101 | 1011001 | 100101 |
Color Harmonies of #0AB35D
Complementary color
Monochromatic Colors of #0AB35D
Black with #0AB35D
Text Example
Text Example
White with #0AB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB35D; }
p { color: rgb(10,179,93); }
H1.HeaderClassName
{
color: #0AB35D;
}
.AnyTagClassName
{
color: #0AB35D;
}
</style>
background-color css
<style>
a { background-color: #0AB35D; }
a { background-color: rgb(10,179,93); }
div.DivClassName
{
background-color: #0AB35D;
}
.BgClassName
{
background-color: #0AB35D;
}
</style>
border-color css
<style>
span { border-color: #0AB35D; }
span { border-color: rgb(10,179,93); }
td.TdClassName
{
border-color: #0AB35D;
}
.TagClassName
{
border-color: #0AB35D;
}
</style>