Shades of Pigment Green #10AB4B
Tints of Pigment Green #10AB4B
RGB
CMYK
RGB Variations
Color information
#10AB4B (or 0x10AB4B) is known color: Pigment Green. HEX triplet: 10, AB and 4B. RGB value is (16,171,75). Sum of RGB (Red+Green+Blue) = 16+171+75=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 171 (67.19% from 255 or 65.27% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB4B is #EF54B4. Grayscale: #717171. Windows color (decimal): -15684789 or 4958992. OLE color: 4958992.
HSL color Cylindrical-coordinate representation of color #10AB4B: hue angle of 142.84º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB4B is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 75 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.33 |
| HSL | 142.84º | 0.83% | 0.37% | - |
| HSV(B) | 142.84º | 0.91% | 0.67% | - |
| XYZ | 16.05 | 29.74 | 11.55 | - |
| YUV | 113.71 | 106.15 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 75 | 0.91 | 0 | 0.56 | 0.33 | 142.84 | 0.83 | 0.37 |
| Hex | 10 | AB | 4B | 5B | 0 | 38 | 21 | 8F | 53 | 25 |
| Octal | 20 | 253 | 113 | 133 | 0 | 70 | 41 | 217 | 123 | 45 |
| Binary | 10000 | 10101011 | 1001011 | 1011011 | 0 | 111000 | 100001 | 10001111 | 1010011 | 100101 |
Color Harmonies of #10AB4B
Complementary color
Monochromatic Colors of #10AB4B
Black with #10AB4B
Text Example
Text Example
White with #10AB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB4B; }
p { color: rgb(16,171,75); }
H1.HeaderClassName
{
color: #10AB4B;
}
.AnyTagClassName
{
color: #10AB4B;
}
</style>
background-color css
<style>
a { background-color: #10AB4B; }
a { background-color: rgb(16,171,75); }
div.DivClassName
{
background-color: #10AB4B;
}
.BgClassName
{
background-color: #10AB4B;
}
</style>
border-color css
<style>
span { border-color: #10AB4B; }
span { border-color: rgb(16,171,75); }
td.TdClassName
{
border-color: #10AB4B;
}
.TagClassName
{
border-color: #10AB4B;
}
</style>