Shades of Pigment Green #10A142
Tints of Pigment Green #10A142
RGB
CMYK
RGB Variations
Color information
#10A142 (or 0x10A142) is known color: Pigment Green. HEX triplet: 10, A1 and 42. RGB value is (16,161,66). Sum of RGB (Red+Green+Blue) = 16+161+66=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 161 (63.28% from 255 or 66.26% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 161 - color contains mainly: green. Hex color #10A142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A142 is #EF5EBD. Grayscale: #6B6B6B. Windows color (decimal): -15687358 or 4366608. OLE color: 4366608.
HSL color Cylindrical-coordinate representation of color #10A142: hue angle of 140.69º 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 #10A142 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 161 | 66 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.37 |
| HSL | 140.69º | 0.82% | 0.35% | - |
| HSV(B) | 140.69º | 0.9% | 0.63% | - |
| XYZ | 13.94 | 25.99 | 9.44 | - |
| YUV | 106.82 | 104.96 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 161 | 66 | 0.90 | 0 | 0.59 | 0.37 | 140.69 | 0.82 | 0.35 |
| Hex | 10 | A1 | 42 | 5A | 0 | 3B | 25 | 8D | 52 | 23 |
| Octal | 20 | 241 | 102 | 132 | 0 | 73 | 45 | 215 | 122 | 43 |
| Binary | 10000 | 10100001 | 1000010 | 1011010 | 0 | 111011 | 100101 | 10001101 | 1010010 | 100011 |
Color Harmonies of #10A142
Complementary color
Monochromatic Colors of #10A142
Black with #10A142
Text Example
Text Example
White with #10A142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A142; }
p { color: rgb(16,161,66); }
H1.HeaderClassName
{
color: #10A142;
}
.AnyTagClassName
{
color: #10A142;
}
</style>
background-color css
<style>
a { background-color: #10A142; }
a { background-color: rgb(16,161,66); }
div.DivClassName
{
background-color: #10A142;
}
.BgClassName
{
background-color: #10A142;
}
</style>
border-color css
<style>
span { border-color: #10A142; }
span { border-color: rgb(16,161,66); }
td.TdClassName
{
border-color: #10A142;
}
.TagClassName
{
border-color: #10A142;
}
</style>