Shades of Pigment Green #10B053
Tints of Pigment Green #10B053
RGB
CMYK
RGB Variations
Color information
#10B053 (or 0x10B053) is known color: Pigment Green. HEX triplet: 10, B0 and 53. RGB value is (16,176,83). Sum of RGB (Red+Green+Blue) = 16+176+83=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 176 (69.14% from 255 or 64% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 176 - color contains mainly: green. Hex color #10B053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B053 is #EF4FAC. Grayscale: #757575. Windows color (decimal): -15683501 or 5484560. OLE color: 5484560.
HSL color Cylindrical-coordinate representation of color #10B053: hue angle of 145.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B053 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 83 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.31 |
| HSL | 145.13º | 0.83% | 0.38% | - |
| HSV(B) | 145.13º | 0.91% | 0.69% | - |
| XYZ | 17.3 | 31.79 | 13.41 | - |
| YUV | 117.56 | 108.49 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 83 | 0.91 | 0 | 0.53 | 0.31 | 145.13 | 0.83 | 0.38 |
| Hex | 10 | B0 | 53 | 5B | 0 | 35 | 1F | 91 | 53 | 26 |
| Octal | 20 | 260 | 123 | 133 | 0 | 65 | 37 | 221 | 123 | 46 |
| Binary | 10000 | 10110000 | 1010011 | 1011011 | 0 | 110101 | 11111 | 10010001 | 1010011 | 100110 |
Color Harmonies of #10B053
Complementary color
Monochromatic Colors of #10B053
Black with #10B053
Text Example
Text Example
White with #10B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B053; }
p { color: rgb(16,176,83); }
H1.HeaderClassName
{
color: #10B053;
}
.AnyTagClassName
{
color: #10B053;
}
</style>
background-color css
<style>
a { background-color: #10B053; }
a { background-color: rgb(16,176,83); }
div.DivClassName
{
background-color: #10B053;
}
.BgClassName
{
background-color: #10B053;
}
</style>
border-color css
<style>
span { border-color: #10B053; }
span { border-color: rgb(16,176,83); }
td.TdClassName
{
border-color: #10B053;
}
.TagClassName
{
border-color: #10B053;
}
</style>