Shades of Pigment Green #10A03B
Tints of Pigment Green #10A03B
RGB
CMYK
RGB Variations
Color information
#10A03B (or 0x10A03B) is known color: Pigment Green. HEX triplet: 10, A0 and 3B. RGB value is (16,160,59). Sum of RGB (Red+Green+Blue) = 16+160+59=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #10A03B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A03B is #EF5FC4. Grayscale: #696969. Windows color (decimal): -15687621 or 3907600. OLE color: 3907600.
HSL color Cylindrical-coordinate representation of color #10A03B: hue angle of 137.92º 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 #10A03B is Cyan = 0.9, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 160 | 59 | - |
| CMYK | 0.9 | 0 | 0.63 | 0.37 |
| HSL | 137.92º | 0.82% | 0.35% | - |
| HSV(B) | 137.92º | 0.9% | 0.63% | - |
| XYZ | 13.57 | 25.57 | 8.36 | - |
| YUV | 105.43 | 101.79 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 59 | 0.9 | 0 | 0.63 | 0.37 | 137.92 | 0.82 | 0.35 |
| Hex | 10 | A0 | 3B | 5A | 0 | 3F | 25 | 8A | 52 | 23 |
| Octal | 20 | 240 | 73 | 132 | 0 | 77 | 45 | 212 | 122 | 43 |
| Binary | 10000 | 10100000 | 111011 | 1011010 | 0 | 111111 | 100101 | 10001010 | 1010010 | 100011 |
Color Harmonies of #10A03B
Complementary color
Monochromatic Colors of #10A03B
Black with #10A03B
Text Example
Text Example
White with #10A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A03B; }
p { color: rgb(16,160,59); }
H1.HeaderClassName
{
color: #10A03B;
}
.AnyTagClassName
{
color: #10A03B;
}
</style>
background-color css
<style>
a { background-color: #10A03B; }
a { background-color: rgb(16,160,59); }
div.DivClassName
{
background-color: #10A03B;
}
.BgClassName
{
background-color: #10A03B;
}
</style>
border-color css
<style>
span { border-color: #10A03B; }
span { border-color: rgb(16,160,59); }
td.TdClassName
{
border-color: #10A03B;
}
.TagClassName
{
border-color: #10A03B;
}
</style>