Shades of Pigment Green #10AB43
Tints of Pigment Green #10AB43
RGB
CMYK
RGB Variations
Color information
#10AB43 (or 0x10AB43) is known color: Pigment Green. HEX triplet: 10, AB and 43. RGB value is (16,171,67). Sum of RGB (Red+Green+Blue) = 16+171+67=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 171 (67.19% from 255 or 67.32% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB43 is #EF54BC. Grayscale: #717171. Windows color (decimal): -15684797 or 4434704. OLE color: 4434704.
HSL color Cylindrical-coordinate representation of color #10AB43: hue angle of 139.74º 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 #10AB43 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 67 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.33 |
| HSL | 139.74º | 0.83% | 0.37% | - |
| HSV(B) | 139.74º | 0.91% | 0.67% | - |
| XYZ | 15.79 | 29.64 | 10.2 | - |
| YUV | 112.8 | 102.15 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 67 | 0.91 | 0 | 0.61 | 0.33 | 139.74 | 0.83 | 0.37 |
| Hex | 10 | AB | 43 | 5B | 0 | 3D | 21 | 8C | 53 | 25 |
| Octal | 20 | 253 | 103 | 133 | 0 | 75 | 41 | 214 | 123 | 45 |
| Binary | 10000 | 10101011 | 1000011 | 1011011 | 0 | 111101 | 100001 | 10001100 | 1010011 | 100101 |
Color Harmonies of #10AB43
Complementary color
Monochromatic Colors of #10AB43
Black with #10AB43
Text Example
Text Example
White with #10AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB43; }
p { color: rgb(16,171,67); }
H1.HeaderClassName
{
color: #10AB43;
}
.AnyTagClassName
{
color: #10AB43;
}
</style>
background-color css
<style>
a { background-color: #10AB43; }
a { background-color: rgb(16,171,67); }
div.DivClassName
{
background-color: #10AB43;
}
.BgClassName
{
background-color: #10AB43;
}
</style>
border-color css
<style>
span { border-color: #10AB43; }
span { border-color: rgb(16,171,67); }
td.TdClassName
{
border-color: #10AB43;
}
.TagClassName
{
border-color: #10AB43;
}
</style>