Shades of Pigment Green #10AD47
Tints of Pigment Green #10AD47
RGB
CMYK
RGB Variations
Color information
#10AD47 (or 0x10AD47) is known color: Pigment Green. HEX triplet: 10, AD and 47. RGB value is (16,173,71). Sum of RGB (Red+Green+Blue) = 16+173+71=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 173 (67.97% from 255 or 66.54% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD47 is #EF52B8. Grayscale: #727272. Windows color (decimal): -15684281 or 4697360. OLE color: 4697360.
HSL color Cylindrical-coordinate representation of color #10AD47: hue angle of 141.02º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD47 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 71 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.32 |
| HSL | 141.02º | 0.83% | 0.37% | - |
| HSV(B) | 141.02º | 0.91% | 0.68% | - |
| XYZ | 16.29 | 30.45 | 10.98 | - |
| YUV | 114.43 | 103.49 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 71 | 0.91 | 0 | 0.59 | 0.32 | 141.02 | 0.83 | 0.37 |
| Hex | 10 | AD | 47 | 5B | 0 | 3B | 20 | 8D | 53 | 25 |
| Octal | 20 | 255 | 107 | 133 | 0 | 73 | 40 | 215 | 123 | 45 |
| Binary | 10000 | 10101101 | 1000111 | 1011011 | 0 | 111011 | 100000 | 10001101 | 1010011 | 100101 |
Color Harmonies of #10AD47
Complementary color
Monochromatic Colors of #10AD47
Black with #10AD47
Text Example
Text Example
White with #10AD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD47; }
p { color: rgb(16,173,71); }
H1.HeaderClassName
{
color: #10AD47;
}
.AnyTagClassName
{
color: #10AD47;
}
</style>
background-color css
<style>
a { background-color: #10AD47; }
a { background-color: rgb(16,173,71); }
div.DivClassName
{
background-color: #10AD47;
}
.BgClassName
{
background-color: #10AD47;
}
</style>
border-color css
<style>
span { border-color: #10AD47; }
span { border-color: rgb(16,173,71); }
td.TdClassName
{
border-color: #10AD47;
}
.TagClassName
{
border-color: #10AD47;
}
</style>