Shades of Pigment Green #10BA54
Tints of Pigment Green #10BA54
RGB
CMYK
RGB Variations
Color information
#10BA54 (or 0x10BA54) is known color: Pigment Green. HEX triplet: 10, BA and 54. RGB value is (16,186,84). Sum of RGB (Red+Green+Blue) = 16+186+84=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA54 is #EF45AB. Grayscale: #7B7B7B. Windows color (decimal): -15680940 or 5552656. OLE color: 5552656.
HSL color Cylindrical-coordinate representation of color #10BA54: hue angle of 144º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA54 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 186 | 84 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.27 |
| HSL | 144º | 0.84% | 0.4% | - |
| HSV(B) | 144º | 0.91% | 0.73% | - |
| XYZ | 19.37 | 35.87 | 14.29 | - |
| YUV | 123.54 | 105.68 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 84 | 0.91 | 0 | 0.55 | 0.27 | 144 | 0.84 | 0.4 |
| Hex | 10 | BA | 54 | 5B | 0 | 37 | 1B | 90 | 54 | 28 |
| Octal | 20 | 272 | 124 | 133 | 0 | 67 | 33 | 220 | 124 | 50 |
| Binary | 10000 | 10111010 | 1010100 | 1011011 | 0 | 110111 | 11011 | 10010000 | 1010100 | 101000 |
Color Harmonies of #10BA54
Complementary color
Monochromatic Colors of #10BA54
Black with #10BA54
Text Example
Text Example
White with #10BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BA54; }
p { color: rgb(16,186,84); }
H1.HeaderClassName
{
color: #10BA54;
}
.AnyTagClassName
{
color: #10BA54;
}
</style>
background-color css
<style>
a { background-color: #10BA54; }
a { background-color: rgb(16,186,84); }
div.DivClassName
{
background-color: #10BA54;
}
.BgClassName
{
background-color: #10BA54;
}
</style>
border-color css
<style>
span { border-color: #10BA54; }
span { border-color: rgb(16,186,84); }
td.TdClassName
{
border-color: #10BA54;
}
.TagClassName
{
border-color: #10BA54;
}
</style>