Shades of Pigment Green #0AAF4A
Tints of Pigment Green #0AAF4A
RGB
CMYK
RGB Variations
Color information
#0AAF4A (or 0x0AAF4A) is known color: Pigment Green. HEX triplet: 0A, AF and 4A. RGB value is (10,175,74). Sum of RGB (Red+Green+Blue) = 10+175+74=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 175 (68.75% from 255 or 67.57% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAF4A is #F550B5. Grayscale: #727272. Windows color (decimal): -16076982 or 4894474. OLE color: 4894474.
HSL color Cylindrical-coordinate representation of color #0AAF4A: hue angle of 143.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAF4A is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 175 | 74 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.31 |
| HSL | 143.27º | 0.89% | 0.36% | - |
| HSV(B) | 143.27º | 0.94% | 0.69% | - |
| XYZ | 16.69 | 31.22 | 11.62 | - |
| YUV | 114.15 | 105.34 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 74 | 0.94 | 0 | 0.58 | 0.31 | 143.27 | 0.89 | 0.36 |
| Hex | A | AF | 4A | 5E | 0 | 3A | 1F | 8F | 59 | 24 |
| Octal | 12 | 257 | 112 | 136 | 0 | 72 | 37 | 217 | 131 | 44 |
| Binary | 1010 | 10101111 | 1001010 | 1011110 | 0 | 111010 | 11111 | 10001111 | 1011001 | 100100 |
Color Harmonies of #0AAF4A
Complementary color
Monochromatic Colors of #0AAF4A
Black with #0AAF4A
Text Example
Text Example
White with #0AAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAF4A; }
p { color: rgb(10,175,74); }
H1.HeaderClassName
{
color: #0AAF4A;
}
.AnyTagClassName
{
color: #0AAF4A;
}
</style>
background-color css
<style>
a { background-color: #0AAF4A; }
a { background-color: rgb(10,175,74); }
div.DivClassName
{
background-color: #0AAF4A;
}
.BgClassName
{
background-color: #0AAF4A;
}
</style>
border-color css
<style>
span { border-color: #0AAF4A; }
span { border-color: rgb(10,175,74); }
td.TdClassName
{
border-color: #0AAF4A;
}
.TagClassName
{
border-color: #0AAF4A;
}
</style>