Shades of Pigment Green #10A846
Tints of Pigment Green #10A846
RGB
CMYK
RGB Variations
Color information
#10A846 (or 0x10A846) is known color: Pigment Green. HEX triplet: 10, A8 and 46. RGB value is (16,168,70). Sum of RGB (Red+Green+Blue) = 16+168+70=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 168 (66.02% from 255 or 66.14% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 168 - color contains mainly: green. Hex color #10A846 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A846 is #EF57B9. Grayscale: #6F6F6F. Windows color (decimal): -15685562 or 4630544. OLE color: 4630544.
HSL color Cylindrical-coordinate representation of color #10A846: hue angle of 141.32º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A846 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 168 | 70 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.34 |
| HSL | 141.32º | 0.83% | 0.36% | - |
| HSV(B) | 141.32º | 0.9% | 0.66% | - |
| XYZ | 15.32 | 28.56 | 10.5 | - |
| YUV | 111.38 | 104.64 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 70 | 0.90 | 0 | 0.58 | 0.34 | 141.32 | 0.83 | 0.36 |
| Hex | 10 | A8 | 46 | 5A | 0 | 3A | 22 | 8D | 53 | 24 |
| Octal | 20 | 250 | 106 | 132 | 0 | 72 | 42 | 215 | 123 | 44 |
| Binary | 10000 | 10101000 | 1000110 | 1011010 | 0 | 111010 | 100010 | 10001101 | 1010011 | 100100 |
Color Harmonies of #10A846
Complementary color
Monochromatic Colors of #10A846
Black with #10A846
Text Example
Text Example
White with #10A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A846; }
p { color: rgb(16,168,70); }
H1.HeaderClassName
{
color: #10A846;
}
.AnyTagClassName
{
color: #10A846;
}
</style>
background-color css
<style>
a { background-color: #10A846; }
a { background-color: rgb(16,168,70); }
div.DivClassName
{
background-color: #10A846;
}
.BgClassName
{
background-color: #10A846;
}
</style>
border-color css
<style>
span { border-color: #10A846; }
span { border-color: rgb(16,168,70); }
td.TdClassName
{
border-color: #10A846;
}
.TagClassName
{
border-color: #10A846;
}
</style>