Shades of Pigment Green #10AD4B
Tints of Pigment Green #10AD4B
RGB
CMYK
RGB Variations
Color information
#10AD4B (or 0x10AD4B) is known color: Pigment Green. HEX triplet: 10, AD and 4B. RGB value is (16,173,75). Sum of RGB (Red+Green+Blue) = 16+173+75=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 173 (67.97% from 255 or 65.53% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD4B is #EF52B4. Grayscale: #737373. Windows color (decimal): -15684277 or 4959504. OLE color: 4959504.
HSL color Cylindrical-coordinate representation of color #10AD4B: hue angle of 142.55º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD4B is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 75 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.32 |
| HSL | 142.55º | 0.83% | 0.37% | - |
| HSV(B) | 142.55º | 0.91% | 0.68% | - |
| XYZ | 16.43 | 30.51 | 11.68 | - |
| YUV | 114.89 | 105.49 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 75 | 0.91 | 0 | 0.57 | 0.32 | 142.55 | 0.83 | 0.37 |
| Hex | 10 | AD | 4B | 5B | 0 | 39 | 20 | 8F | 53 | 25 |
| Octal | 20 | 255 | 113 | 133 | 0 | 71 | 40 | 217 | 123 | 45 |
| Binary | 10000 | 10101101 | 1001011 | 1011011 | 0 | 111001 | 100000 | 10001111 | 1010011 | 100101 |
Color Harmonies of #10AD4B
Complementary color
Monochromatic Colors of #10AD4B
Black with #10AD4B
Text Example
Text Example
White with #10AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD4B; }
p { color: rgb(16,173,75); }
H1.HeaderClassName
{
color: #10AD4B;
}
.AnyTagClassName
{
color: #10AD4B;
}
</style>
background-color css
<style>
a { background-color: #10AD4B; }
a { background-color: rgb(16,173,75); }
div.DivClassName
{
background-color: #10AD4B;
}
.BgClassName
{
background-color: #10AD4B;
}
</style>
border-color css
<style>
span { border-color: #10AD4B; }
span { border-color: rgb(16,173,75); }
td.TdClassName
{
border-color: #10AD4B;
}
.TagClassName
{
border-color: #10AD4B;
}
</style>