Shades of Pigment Green #10AD5F
Tints of Pigment Green #10AD5F
RGB
CMYK
RGB Variations
Color information
#10AD5F (or 0x10AD5F) is known color: Pigment Green. HEX triplet: 10, AD and 5F. RGB value is (16,173,95). Sum of RGB (Red+Green+Blue) = 16+173+95=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AD5F is #EF52A0. Grayscale: #757575. Windows color (decimal): -15684257 or 6270224. OLE color: 6270224.
HSL color Cylindrical-coordinate representation of color #10AD5F: hue angle of 150.19º 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 #10AD5F is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 95 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.32 |
| HSL | 150.19º | 0.83% | 0.37% | - |
| HSV(B) | 150.19º | 0.91% | 0.68% | - |
| XYZ | 17.22 | 30.82 | 15.87 | - |
| YUV | 117.17 | 115.49 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 95 | 0.91 | 0 | 0.45 | 0.32 | 150.19 | 0.83 | 0.37 |
| Hex | 10 | AD | 5F | 5B | 0 | 2D | 20 | 96 | 53 | 25 |
| Octal | 20 | 255 | 137 | 133 | 0 | 55 | 40 | 226 | 123 | 45 |
| Binary | 10000 | 10101101 | 1011111 | 1011011 | 0 | 101101 | 100000 | 10010110 | 1010011 | 100101 |
Color Harmonies of #10AD5F
Complementary color
Monochromatic Colors of #10AD5F
Black with #10AD5F
Text Example
Text Example
White with #10AD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD5F; }
p { color: rgb(16,173,95); }
H1.HeaderClassName
{
color: #10AD5F;
}
.AnyTagClassName
{
color: #10AD5F;
}
</style>
background-color css
<style>
a { background-color: #10AD5F; }
a { background-color: rgb(16,173,95); }
div.DivClassName
{
background-color: #10AD5F;
}
.BgClassName
{
background-color: #10AD5F;
}
</style>
border-color css
<style>
span { border-color: #10AD5F; }
span { border-color: rgb(16,173,95); }
td.TdClassName
{
border-color: #10AD5F;
}
.TagClassName
{
border-color: #10AD5F;
}
</style>