Shades of Pigment Green #10B24E
Tints of Pigment Green #10B24E
RGB
CMYK
RGB Variations
Color information
#10B24E (or 0x10B24E) is known color: Pigment Green. HEX triplet: 10, B2 and 4E. RGB value is (16,178,78). Sum of RGB (Red+Green+Blue) = 16+178+78=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #10B24E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B24E is #EF4DB1. Grayscale: #767676. Windows color (decimal): -15682994 or 5157392. OLE color: 5157392.
HSL color Cylindrical-coordinate representation of color #10B24E: hue angle of 142.96º 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 #10B24E is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 178 | 78 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.30 |
| HSL | 142.96º | 0.84% | 0.38% | - |
| HSV(B) | 142.96º | 0.91% | 0.7% | - |
| XYZ | 17.51 | 32.5 | 12.56 | - |
| YUV | 118.16 | 105.33 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 78 | 0.91 | 0 | 0.56 | 0.30 | 142.96 | 0.84 | 0.38 |
| Hex | 10 | B2 | 4E | 5B | 0 | 38 | 1E | 8F | 54 | 26 |
| Octal | 20 | 262 | 116 | 133 | 0 | 70 | 36 | 217 | 124 | 46 |
| Binary | 10000 | 10110010 | 1001110 | 1011011 | 0 | 111000 | 11110 | 10001111 | 1010100 | 100110 |
Color Harmonies of #10B24E
Complementary color
Monochromatic Colors of #10B24E
Black with #10B24E
Text Example
Text Example
White with #10B24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B24E; }
p { color: rgb(16,178,78); }
H1.HeaderClassName
{
color: #10B24E;
}
.AnyTagClassName
{
color: #10B24E;
}
</style>
background-color css
<style>
a { background-color: #10B24E; }
a { background-color: rgb(16,178,78); }
div.DivClassName
{
background-color: #10B24E;
}
.BgClassName
{
background-color: #10B24E;
}
</style>
border-color css
<style>
span { border-color: #10B24E; }
span { border-color: rgb(16,178,78); }
td.TdClassName
{
border-color: #10B24E;
}
.TagClassName
{
border-color: #10B24E;
}
</style>