Shades of Pigment Green #10AD4C
Tints of Pigment Green #10AD4C
RGB
CMYK
RGB Variations
Color information
#10AD4C (or 0x10AD4C) is known color: Pigment Green. HEX triplet: 10, AD and 4C. RGB value is (16,173,76). Sum of RGB (Red+Green+Blue) = 16+173+76=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD4C is #EF52B3. Grayscale: #737373. Windows color (decimal): -15684276 or 5025040. OLE color: 5025040.
HSL color Cylindrical-coordinate representation of color #10AD4C: hue angle of 142.93º 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 #10AD4C is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 76 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.32 |
| HSL | 142.93º | 0.83% | 0.37% | - |
| HSV(B) | 142.93º | 0.91% | 0.68% | - |
| XYZ | 16.46 | 30.52 | 11.86 | - |
| YUV | 115 | 105.99 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 76 | 0.91 | 0 | 0.56 | 0.32 | 142.93 | 0.83 | 0.37 |
| Hex | 10 | AD | 4C | 5B | 0 | 38 | 20 | 8F | 53 | 25 |
| Octal | 20 | 255 | 114 | 133 | 0 | 70 | 40 | 217 | 123 | 45 |
| Binary | 10000 | 10101101 | 1001100 | 1011011 | 0 | 111000 | 100000 | 10001111 | 1010011 | 100101 |
Color Harmonies of #10AD4C
Complementary color
Monochromatic Colors of #10AD4C
Black with #10AD4C
Text Example
Text Example
White with #10AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD4C; }
p { color: rgb(16,173,76); }
H1.HeaderClassName
{
color: #10AD4C;
}
.AnyTagClassName
{
color: #10AD4C;
}
</style>
background-color css
<style>
a { background-color: #10AD4C; }
a { background-color: rgb(16,173,76); }
div.DivClassName
{
background-color: #10AD4C;
}
.BgClassName
{
background-color: #10AD4C;
}
</style>
border-color css
<style>
span { border-color: #10AD4C; }
span { border-color: rgb(16,173,76); }
td.TdClassName
{
border-color: #10AD4C;
}
.TagClassName
{
border-color: #10AD4C;
}
</style>