Shades of Pigment Green #10A038
Tints of Pigment Green #10A038
RGB
CMYK
RGB Variations
Color information
#10A038 (or 0x10A038) is known color: Pigment Green. HEX triplet: 10, A0 and 38. RGB value is (16,160,56). Sum of RGB (Red+Green+Blue) = 16+160+56=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 160 (62.89% from 255 or 68.97% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 160 - color contains mainly: green. Hex color #10A038 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A038 is #EF5FC7. Grayscale: #696969. Windows color (decimal): -15687624 or 3710992. OLE color: 3710992.
HSL color Cylindrical-coordinate representation of color #10A038: hue angle of 136.67º 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 #10A038 is Cyan = 0.9, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 160 | 56 | - |
| CMYK | 0.9 | 0 | 0.65 | 0.37 |
| HSL | 136.67º | 0.82% | 0.35% | - |
| HSV(B) | 136.67º | 0.9% | 0.63% | - |
| XYZ | 13.5 | 25.54 | 7.96 | - |
| YUV | 105.09 | 100.29 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 56 | 0.9 | 0 | 0.65 | 0.37 | 136.67 | 0.82 | 0.35 |
| Hex | 10 | A0 | 38 | 5A | 0 | 41 | 25 | 89 | 52 | 23 |
| Octal | 20 | 240 | 70 | 132 | 0 | 101 | 45 | 211 | 122 | 43 |
| Binary | 10000 | 10100000 | 111000 | 1011010 | 0 | 1000001 | 100101 | 10001001 | 1010010 | 100011 |
Color Harmonies of #10A038
Complementary color
Monochromatic Colors of #10A038
Black with #10A038
Text Example
Text Example
White with #10A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A038; }
p { color: rgb(16,160,56); }
H1.HeaderClassName
{
color: #10A038;
}
.AnyTagClassName
{
color: #10A038;
}
</style>
background-color css
<style>
a { background-color: #10A038; }
a { background-color: rgb(16,160,56); }
div.DivClassName
{
background-color: #10A038;
}
.BgClassName
{
background-color: #10A038;
}
</style>
border-color css
<style>
span { border-color: #10A038; }
span { border-color: rgb(16,160,56); }
td.TdClassName
{
border-color: #10A038;
}
.TagClassName
{
border-color: #10A038;
}
</style>