Shades of Pigment Green #10A451
Tints of Pigment Green #10A451
RGB
CMYK
RGB Variations
Color information
#10A451 (or 0x10A451) is known color: Pigment Green. HEX triplet: 10, A4 and 51. RGB value is (16,164,81). Sum of RGB (Red+Green+Blue) = 16+164+81=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 164 (64.45% from 255 or 62.84% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 164 - color contains mainly: green. Hex color #10A451 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A451 is #EF5BAE. Grayscale: #6E6E6E. Windows color (decimal): -15686575 or 5350416. OLE color: 5350416.
HSL color Cylindrical-coordinate representation of color #10A451: hue angle of 146.35º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A451 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 164 | 81 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.36 |
| HSL | 146.35º | 0.82% | 0.35% | - |
| HSV(B) | 146.35º | 0.9% | 0.64% | - |
| XYZ | 14.97 | 27.26 | 12.26 | - |
| YUV | 110.29 | 111.47 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 164 | 81 | 0.90 | 0 | 0.51 | 0.36 | 146.35 | 0.82 | 0.35 |
| Hex | 10 | A4 | 51 | 5A | 0 | 33 | 24 | 92 | 52 | 23 |
| Octal | 20 | 244 | 121 | 132 | 0 | 63 | 44 | 222 | 122 | 43 |
| Binary | 10000 | 10100100 | 1010001 | 1011010 | 0 | 110011 | 100100 | 10010010 | 1010010 | 100011 |
Color Harmonies of #10A451
Complementary color
Monochromatic Colors of #10A451
Black with #10A451
Text Example
Text Example
White with #10A451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A451; }
p { color: rgb(16,164,81); }
H1.HeaderClassName
{
color: #10A451;
}
.AnyTagClassName
{
color: #10A451;
}
</style>
background-color css
<style>
a { background-color: #10A451; }
a { background-color: rgb(16,164,81); }
div.DivClassName
{
background-color: #10A451;
}
.BgClassName
{
background-color: #10A451;
}
</style>
border-color css
<style>
span { border-color: #10A451; }
span { border-color: rgb(16,164,81); }
td.TdClassName
{
border-color: #10A451;
}
.TagClassName
{
border-color: #10A451;
}
</style>