Shades of Pigment Green #0AB85D
Tints of Pigment Green #0AB85D
RGB
CMYK
RGB Variations
Color information
#0AB85D (or 0x0AB85D) is known color: Pigment Green. HEX triplet: 0A, B8 and 5D. RGB value is (10,184,93). Sum of RGB (Red+Green+Blue) = 10+184+93=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 184 (72.27% from 255 or 64.11% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB85D is #F547A2. Grayscale: #797979. Windows color (decimal): -16074659 or 6141962. OLE color: 6141962.
HSL color Cylindrical-coordinate representation of color #0AB85D: hue angle of 148.62º 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 #0AB85D is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 93 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.28 |
| HSL | 148.62º | 0.9% | 0.38% | - |
| HSV(B) | 148.62º | 0.95% | 0.72% | - |
| XYZ | 19.24 | 35.14 | 16.12 | - |
| YUV | 121.6 | 111.85 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 93 | 0.95 | 0 | 0.49 | 0.28 | 148.62 | 0.9 | 0.38 |
| Hex | A | B8 | 5D | 5F | 0 | 31 | 1C | 95 | 5A | 26 |
| Octal | 12 | 270 | 135 | 137 | 0 | 61 | 34 | 225 | 132 | 46 |
| Binary | 1010 | 10111000 | 1011101 | 1011111 | 0 | 110001 | 11100 | 10010101 | 1011010 | 100110 |
Color Harmonies of #0AB85D
Complementary color
Monochromatic Colors of #0AB85D
Black with #0AB85D
Text Example
Text Example
White with #0AB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB85D; }
p { color: rgb(10,184,93); }
H1.HeaderClassName
{
color: #0AB85D;
}
.AnyTagClassName
{
color: #0AB85D;
}
</style>
background-color css
<style>
a { background-color: #0AB85D; }
a { background-color: rgb(10,184,93); }
div.DivClassName
{
background-color: #0AB85D;
}
.BgClassName
{
background-color: #0AB85D;
}
</style>
border-color css
<style>
span { border-color: #0AB85D; }
span { border-color: rgb(10,184,93); }
td.TdClassName
{
border-color: #0AB85D;
}
.TagClassName
{
border-color: #0AB85D;
}
</style>