Shades of Pigment Green #10A148
Tints of Pigment Green #10A148
RGB
CMYK
RGB Variations
Color information
#10A148 (or 0x10A148) is known color: Pigment Green. HEX triplet: 10, A1 and 48. RGB value is (16,161,72). Sum of RGB (Red+Green+Blue) = 16+161+72=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 161 (63.28% from 255 or 64.66% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 161 - color contains mainly: green. Hex color #10A148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A148 is #EF5EB7. Grayscale: #6B6B6B. Windows color (decimal): -15687352 or 4759824. OLE color: 4759824.
HSL color Cylindrical-coordinate representation of color #10A148: hue angle of 143.17º 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 #10A148 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 161 | 72 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.37 |
| HSL | 143.17º | 0.82% | 0.35% | - |
| HSV(B) | 143.17º | 0.9% | 0.63% | - |
| XYZ | 14.13 | 26.07 | 10.42 | - |
| YUV | 107.5 | 107.96 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 161 | 72 | 0.90 | 0 | 0.55 | 0.37 | 143.17 | 0.82 | 0.35 |
| Hex | 10 | A1 | 48 | 5A | 0 | 37 | 25 | 8F | 52 | 23 |
| Octal | 20 | 241 | 110 | 132 | 0 | 67 | 45 | 217 | 122 | 43 |
| Binary | 10000 | 10100001 | 1001000 | 1011010 | 0 | 110111 | 100101 | 10001111 | 1010010 | 100011 |
Color Harmonies of #10A148
Complementary color
Monochromatic Colors of #10A148
Black with #10A148
Text Example
Text Example
White with #10A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A148; }
p { color: rgb(16,161,72); }
H1.HeaderClassName
{
color: #10A148;
}
.AnyTagClassName
{
color: #10A148;
}
</style>
background-color css
<style>
a { background-color: #10A148; }
a { background-color: rgb(16,161,72); }
div.DivClassName
{
background-color: #10A148;
}
.BgClassName
{
background-color: #10A148;
}
</style>
border-color css
<style>
span { border-color: #10A148; }
span { border-color: rgb(16,161,72); }
td.TdClassName
{
border-color: #10A148;
}
.TagClassName
{
border-color: #10A148;
}
</style>