Shades of Pigment Green #10B054
Tints of Pigment Green #10B054
RGB
CMYK
RGB Variations
Color information
#10B054 (or 0x10B054) is known color: Pigment Green. HEX triplet: 10, B0 and 54. RGB value is (16,176,84). Sum of RGB (Red+Green+Blue) = 16+176+84=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 176 (69.14% from 255 or 63.77% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 176 - color contains mainly: green. Hex color #10B054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B054 is #EF4FAB. Grayscale: #757575. Windows color (decimal): -15683500 or 5550096. OLE color: 5550096.
HSL color Cylindrical-coordinate representation of color #10B054: hue angle of 145.5º 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 #10B054 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 84 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.31 |
| HSL | 145.5º | 0.83% | 0.38% | - |
| HSV(B) | 145.5º | 0.91% | 0.69% | - |
| XYZ | 17.34 | 31.8 | 13.61 | - |
| YUV | 117.67 | 108.99 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 84 | 0.91 | 0 | 0.52 | 0.31 | 145.5 | 0.83 | 0.38 |
| Hex | 10 | B0 | 54 | 5B | 0 | 34 | 1F | 92 | 53 | 26 |
| Octal | 20 | 260 | 124 | 133 | 0 | 64 | 37 | 222 | 123 | 46 |
| Binary | 10000 | 10110000 | 1010100 | 1011011 | 0 | 110100 | 11111 | 10010010 | 1010011 | 100110 |
Color Harmonies of #10B054
Complementary color
Monochromatic Colors of #10B054
Black with #10B054
Text Example
Text Example
White with #10B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B054; }
p { color: rgb(16,176,84); }
H1.HeaderClassName
{
color: #10B054;
}
.AnyTagClassName
{
color: #10B054;
}
</style>
background-color css
<style>
a { background-color: #10B054; }
a { background-color: rgb(16,176,84); }
div.DivClassName
{
background-color: #10B054;
}
.BgClassName
{
background-color: #10B054;
}
</style>
border-color css
<style>
span { border-color: #10B054; }
span { border-color: rgb(16,176,84); }
td.TdClassName
{
border-color: #10B054;
}
.TagClassName
{
border-color: #10B054;
}
</style>