Shades of Pigment Green #10AC50
Tints of Pigment Green #10AC50
RGB
CMYK
RGB Variations
Color information
#10AC50 (or 0x10AC50) is known color: Pigment Green. HEX triplet: 10, AC and 50. RGB value is (16,172,80). Sum of RGB (Red+Green+Blue) = 16+172+80=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AC50 is #EF53AF. Grayscale: #737373. Windows color (decimal): -15684528 or 5286928. OLE color: 5286928.
HSL color Cylindrical-coordinate representation of color #10AC50: hue angle of 144.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC50 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 80 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.33 |
| HSL | 144.62º | 0.83% | 0.37% | - |
| HSV(B) | 144.62º | 0.91% | 0.67% | - |
| XYZ | 16.41 | 30.19 | 12.55 | - |
| YUV | 114.87 | 108.32 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 80 | 0.91 | 0 | 0.53 | 0.33 | 144.62 | 0.83 | 0.37 |
| Hex | 10 | AC | 50 | 5B | 0 | 35 | 21 | 91 | 53 | 25 |
| Octal | 20 | 254 | 120 | 133 | 0 | 65 | 41 | 221 | 123 | 45 |
| Binary | 10000 | 10101100 | 1010000 | 1011011 | 0 | 110101 | 100001 | 10010001 | 1010011 | 100101 |
Color Harmonies of #10AC50
Complementary color
Monochromatic Colors of #10AC50
Black with #10AC50
Text Example
Text Example
White with #10AC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC50; }
p { color: rgb(16,172,80); }
H1.HeaderClassName
{
color: #10AC50;
}
.AnyTagClassName
{
color: #10AC50;
}
</style>
background-color css
<style>
a { background-color: #10AC50; }
a { background-color: rgb(16,172,80); }
div.DivClassName
{
background-color: #10AC50;
}
.BgClassName
{
background-color: #10AC50;
}
</style>
border-color css
<style>
span { border-color: #10AC50; }
span { border-color: rgb(16,172,80); }
td.TdClassName
{
border-color: #10AC50;
}
.TagClassName
{
border-color: #10AC50;
}
</style>