Shades of Pigment Green #10AF47
Tints of Pigment Green #10AF47
RGB
CMYK
RGB Variations
Color information
#10AF47 (or 0x10AF47) is known color: Pigment Green. HEX triplet: 10, AF and 47. RGB value is (16,175,71). Sum of RGB (Red+Green+Blue) = 16+175+71=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF47 is #EF50B8. Grayscale: #737373. Windows color (decimal): -15683769 or 4697872. OLE color: 4697872.
HSL color Cylindrical-coordinate representation of color #10AF47: hue angle of 140.75º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF47 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 71 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.31 |
| HSL | 140.75º | 0.83% | 0.37% | - |
| HSV(B) | 140.75º | 0.91% | 0.69% | - |
| XYZ | 16.68 | 31.23 | 11.11 | - |
| YUV | 115.6 | 102.82 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 71 | 0.91 | 0 | 0.59 | 0.31 | 140.75 | 0.83 | 0.37 |
| Hex | 10 | AF | 47 | 5B | 0 | 3B | 1F | 8D | 53 | 25 |
| Octal | 20 | 257 | 107 | 133 | 0 | 73 | 37 | 215 | 123 | 45 |
| Binary | 10000 | 10101111 | 1000111 | 1011011 | 0 | 111011 | 11111 | 10001101 | 1010011 | 100101 |
Color Harmonies of #10AF47
Complementary color
Monochromatic Colors of #10AF47
Black with #10AF47
Text Example
Text Example
White with #10AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF47; }
p { color: rgb(16,175,71); }
H1.HeaderClassName
{
color: #10AF47;
}
.AnyTagClassName
{
color: #10AF47;
}
</style>
background-color css
<style>
a { background-color: #10AF47; }
a { background-color: rgb(16,175,71); }
div.DivClassName
{
background-color: #10AF47;
}
.BgClassName
{
background-color: #10AF47;
}
</style>
border-color css
<style>
span { border-color: #10AF47; }
span { border-color: rgb(16,175,71); }
td.TdClassName
{
border-color: #10AF47;
}
.TagClassName
{
border-color: #10AF47;
}
</style>