Shades of Pigment Green #10B256
Tints of Pigment Green #10B256
RGB
CMYK
RGB Variations
Color information
#10B256 (or 0x10B256) is known color: Pigment Green. HEX triplet: 10, B2 and 56. RGB value is (16,178,86). Sum of RGB (Red+Green+Blue) = 16+178+86=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 178 (69.92% from 255 or 63.57% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 178 - color contains mainly: green. Hex color #10B256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B256 is #EF4DA9. Grayscale: #777777. Windows color (decimal): -15682986 or 5681680. OLE color: 5681680.
HSL color Cylindrical-coordinate representation of color #10B256: hue angle of 145.93º 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 #10B256 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 178 | 86 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.30 |
| HSL | 145.93º | 0.84% | 0.38% | - |
| HSV(B) | 145.93º | 0.91% | 0.7% | - |
| XYZ | 17.81 | 32.62 | 14.16 | - |
| YUV | 119.07 | 109.33 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 86 | 0.91 | 0 | 0.52 | 0.30 | 145.93 | 0.84 | 0.38 |
| Hex | 10 | B2 | 56 | 5B | 0 | 34 | 1E | 92 | 54 | 26 |
| Octal | 20 | 262 | 126 | 133 | 0 | 64 | 36 | 222 | 124 | 46 |
| Binary | 10000 | 10110010 | 1010110 | 1011011 | 0 | 110100 | 11110 | 10010010 | 1010100 | 100110 |
Color Harmonies of #10B256
Complementary color
Monochromatic Colors of #10B256
Black with #10B256
Text Example
Text Example
White with #10B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B256; }
p { color: rgb(16,178,86); }
H1.HeaderClassName
{
color: #10B256;
}
.AnyTagClassName
{
color: #10B256;
}
</style>
background-color css
<style>
a { background-color: #10B256; }
a { background-color: rgb(16,178,86); }
div.DivClassName
{
background-color: #10B256;
}
.BgClassName
{
background-color: #10B256;
}
</style>
border-color css
<style>
span { border-color: #10B256; }
span { border-color: rgb(16,178,86); }
td.TdClassName
{
border-color: #10B256;
}
.TagClassName
{
border-color: #10B256;
}
</style>