Shades of Pigment Green #10B356
Tints of Pigment Green #10B356
RGB
CMYK
RGB Variations
Color information
#10B356 (or 0x10B356) is known color: Pigment Green. HEX triplet: 10, B3 and 56. RGB value is (16,179,86). Sum of RGB (Red+Green+Blue) = 16+179+86=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #10B356 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B356 is #EF4CA9. Grayscale: #777777. Windows color (decimal): -15682730 or 5681936. OLE color: 5681936.
HSL color Cylindrical-coordinate representation of color #10B356: hue angle of 145.77º 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 #10B356 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 179 | 86 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.30 |
| HSL | 145.77º | 0.84% | 0.38% | - |
| HSV(B) | 145.77º | 0.91% | 0.7% | - |
| XYZ | 18.01 | 33.02 | 14.23 | - |
| YUV | 119.66 | 109 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 86 | 0.91 | 0 | 0.52 | 0.30 | 145.77 | 0.84 | 0.38 |
| Hex | 10 | B3 | 56 | 5B | 0 | 34 | 1E | 92 | 54 | 26 |
| Octal | 20 | 263 | 126 | 133 | 0 | 64 | 36 | 222 | 124 | 46 |
| Binary | 10000 | 10110011 | 1010110 | 1011011 | 0 | 110100 | 11110 | 10010010 | 1010100 | 100110 |
Color Harmonies of #10B356
Complementary color
Monochromatic Colors of #10B356
Black with #10B356
Text Example
Text Example
White with #10B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B356; }
p { color: rgb(16,179,86); }
H1.HeaderClassName
{
color: #10B356;
}
.AnyTagClassName
{
color: #10B356;
}
</style>
background-color css
<style>
a { background-color: #10B356; }
a { background-color: rgb(16,179,86); }
div.DivClassName
{
background-color: #10B356;
}
.BgClassName
{
background-color: #10B356;
}
</style>
border-color css
<style>
span { border-color: #10B356; }
span { border-color: rgb(16,179,86); }
td.TdClassName
{
border-color: #10B356;
}
.TagClassName
{
border-color: #10B356;
}
</style>