Shades of Pigment Green #10B24D
Tints of Pigment Green #10B24D
RGB
CMYK
RGB Variations
Color information
#10B24D (or 0x10B24D) is known color: Pigment Green. HEX triplet: 10, B2 and 4D. RGB value is (16,178,77). Sum of RGB (Red+Green+Blue) = 16+178+77=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #10B24D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B24D is #EF4DB2. Grayscale: #767676. Windows color (decimal): -15682995 or 5091856. OLE color: 5091856.
HSL color Cylindrical-coordinate representation of color #10B24D: hue angle of 142.59º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B24D is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 178 | 77 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.30 |
| HSL | 142.59º | 0.84% | 0.38% | - |
| HSV(B) | 142.59º | 0.91% | 0.7% | - |
| XYZ | 17.47 | 32.49 | 12.37 | - |
| YUV | 118.05 | 104.83 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 77 | 0.91 | 0 | 0.57 | 0.30 | 142.59 | 0.84 | 0.38 |
| Hex | 10 | B2 | 4D | 5B | 0 | 39 | 1E | 8F | 54 | 26 |
| Octal | 20 | 262 | 115 | 133 | 0 | 71 | 36 | 217 | 124 | 46 |
| Binary | 10000 | 10110010 | 1001101 | 1011011 | 0 | 111001 | 11110 | 10001111 | 1010100 | 100110 |
Color Harmonies of #10B24D
Complementary color
Monochromatic Colors of #10B24D
Black with #10B24D
Text Example
Text Example
White with #10B24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B24D; }
p { color: rgb(16,178,77); }
H1.HeaderClassName
{
color: #10B24D;
}
.AnyTagClassName
{
color: #10B24D;
}
</style>
background-color css
<style>
a { background-color: #10B24D; }
a { background-color: rgb(16,178,77); }
div.DivClassName
{
background-color: #10B24D;
}
.BgClassName
{
background-color: #10B24D;
}
</style>
border-color css
<style>
span { border-color: #10B24D; }
span { border-color: rgb(16,178,77); }
td.TdClassName
{
border-color: #10B24D;
}
.TagClassName
{
border-color: #10B24D;
}
</style>