Shades of Pigment Green #0AB24F
Tints of Pigment Green #0AB24F
RGB
CMYK
RGB Variations
Color information
#0AB24F (or 0x0AB24F) is known color: Pigment Green. HEX triplet: 0A, B2 and 4F. RGB value is (10,178,79). Sum of RGB (Red+Green+Blue) = 10+178+79=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 178 (69.92% from 255 or 66.67% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 178 - color contains mainly: green. Hex color #0AB24F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AB24F is #F54DB0. Grayscale: #747474. Windows color (decimal): -16076209 or 5222922. OLE color: 5222922.
HSL color Cylindrical-coordinate representation of color #0AB24F: hue angle of 144.64º 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 #0AB24F is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 178 | 79 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.30 |
| HSL | 144.64º | 0.89% | 0.37% | - |
| HSV(B) | 144.64º | 0.94% | 0.7% | - |
| XYZ | 17.46 | 32.47 | 12.74 | - |
| YUV | 116.48 | 106.84 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 178 | 79 | 0.94 | 0 | 0.56 | 0.30 | 144.64 | 0.89 | 0.37 |
| Hex | A | B2 | 4F | 5E | 0 | 38 | 1E | 91 | 59 | 25 |
| Octal | 12 | 262 | 117 | 136 | 0 | 70 | 36 | 221 | 131 | 45 |
| Binary | 1010 | 10110010 | 1001111 | 1011110 | 0 | 111000 | 11110 | 10010001 | 1011001 | 100101 |
Color Harmonies of #0AB24F
Complementary color
Monochromatic Colors of #0AB24F
Black with #0AB24F
Text Example
Text Example
White with #0AB24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB24F; }
p { color: rgb(10,178,79); }
H1.HeaderClassName
{
color: #0AB24F;
}
.AnyTagClassName
{
color: #0AB24F;
}
</style>
background-color css
<style>
a { background-color: #0AB24F; }
a { background-color: rgb(10,178,79); }
div.DivClassName
{
background-color: #0AB24F;
}
.BgClassName
{
background-color: #0AB24F;
}
</style>
border-color css
<style>
span { border-color: #0AB24F; }
span { border-color: rgb(10,178,79); }
td.TdClassName
{
border-color: #0AB24F;
}
.TagClassName
{
border-color: #0AB24F;
}
</style>