Shades of Pigment Green #10B355
Tints of Pigment Green #10B355
RGB
CMYK
RGB Variations
Color information
#10B355 (or 0x10B355) is known color: Pigment Green. HEX triplet: 10, B3 and 55. RGB value is (16,179,85). Sum of RGB (Red+Green+Blue) = 16+179+85=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #10B355 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B355 is #EF4CAA. Grayscale: #777777. Windows color (decimal): -15682731 or 5616400. OLE color: 5616400.
HSL color Cylindrical-coordinate representation of color #10B355: hue angle of 145.4º 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 #10B355 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 179 | 85 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.30 |
| HSL | 145.4º | 0.84% | 0.38% | - |
| HSV(B) | 145.4º | 0.91% | 0.7% | - |
| XYZ | 17.97 | 33.01 | 14.02 | - |
| YUV | 119.55 | 108.5 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 85 | 0.91 | 0 | 0.53 | 0.30 | 145.4 | 0.84 | 0.38 |
| Hex | 10 | B3 | 55 | 5B | 0 | 35 | 1E | 91 | 54 | 26 |
| Octal | 20 | 263 | 125 | 133 | 0 | 65 | 36 | 221 | 124 | 46 |
| Binary | 10000 | 10110011 | 1010101 | 1011011 | 0 | 110101 | 11110 | 10010001 | 1010100 | 100110 |
Color Harmonies of #10B355
Complementary color
Monochromatic Colors of #10B355
Black with #10B355
Text Example
Text Example
White with #10B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B355; }
p { color: rgb(16,179,85); }
H1.HeaderClassName
{
color: #10B355;
}
.AnyTagClassName
{
color: #10B355;
}
</style>
background-color css
<style>
a { background-color: #10B355; }
a { background-color: rgb(16,179,85); }
div.DivClassName
{
background-color: #10B355;
}
.BgClassName
{
background-color: #10B355;
}
</style>
border-color css
<style>
span { border-color: #10B355; }
span { border-color: rgb(16,179,85); }
td.TdClassName
{
border-color: #10B355;
}
.TagClassName
{
border-color: #10B355;
}
</style>