Shades of Pigment Green #10A04B
Tints of Pigment Green #10A04B
RGB
CMYK
RGB Variations
Color information
#10A04B (or 0x10A04B) is known color: Pigment Green. HEX triplet: 10, A0 and 4B. RGB value is (16,160,75). Sum of RGB (Red+Green+Blue) = 16+160+75=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 160 (62.89% from 255 or 63.75% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 160 - color contains mainly: green. Hex color #10A04B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A04B is #EF5FB4. Grayscale: #6B6B6B. Windows color (decimal): -15687605 or 4956176. OLE color: 4956176.
HSL color Cylindrical-coordinate representation of color #10A04B: hue angle of 144.58º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A04B is Cyan = 0.9, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 160 | 75 | - |
| CMYK | 0.9 | 0 | 0.53 | 0.37 |
| HSL | 144.58º | 0.82% | 0.35% | - |
| HSV(B) | 144.58º | 0.9% | 0.63% | - |
| XYZ | 14.05 | 25.76 | 10.89 | - |
| YUV | 107.25 | 109.79 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 75 | 0.9 | 0 | 0.53 | 0.37 | 144.58 | 0.82 | 0.35 |
| Hex | 10 | A0 | 4B | 5A | 0 | 35 | 25 | 91 | 52 | 23 |
| Octal | 20 | 240 | 113 | 132 | 0 | 65 | 45 | 221 | 122 | 43 |
| Binary | 10000 | 10100000 | 1001011 | 1011010 | 0 | 110101 | 100101 | 10010001 | 1010010 | 100011 |
Color Harmonies of #10A04B
Complementary color
Monochromatic Colors of #10A04B
Black with #10A04B
Text Example
Text Example
White with #10A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A04B; }
p { color: rgb(16,160,75); }
H1.HeaderClassName
{
color: #10A04B;
}
.AnyTagClassName
{
color: #10A04B;
}
</style>
background-color css
<style>
a { background-color: #10A04B; }
a { background-color: rgb(16,160,75); }
div.DivClassName
{
background-color: #10A04B;
}
.BgClassName
{
background-color: #10A04B;
}
</style>
border-color css
<style>
span { border-color: #10A04B; }
span { border-color: rgb(16,160,75); }
td.TdClassName
{
border-color: #10A04B;
}
.TagClassName
{
border-color: #10A04B;
}
</style>