Shades of Pigment Green #10BD58
Tints of Pigment Green #10BD58
RGB
CMYK
RGB Variations
Color information
#10BD58 (or 0x10BD58) is known color: Pigment Green. HEX triplet: 10, BD and 58. RGB value is (16,189,88). Sum of RGB (Red+Green+Blue) = 16+189+88=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD58 is #EF42A7. Grayscale: #7D7D7D. Windows color (decimal): -15680168 or 5815568. OLE color: 5815568.
HSL color Cylindrical-coordinate representation of color #10BD58: hue angle of 144.97º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD58 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 88 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.26 |
| HSL | 144.97º | 0.84% | 0.4% | - |
| HSV(B) | 144.97º | 0.92% | 0.74% | - |
| XYZ | 20.17 | 37.21 | 15.35 | - |
| YUV | 125.76 | 106.69 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 88 | 0.92 | 0 | 0.53 | 0.26 | 144.97 | 0.84 | 0.4 |
| Hex | 10 | BD | 58 | 5C | 0 | 35 | 1A | 91 | 54 | 28 |
| Octal | 20 | 275 | 130 | 134 | 0 | 65 | 32 | 221 | 124 | 50 |
| Binary | 10000 | 10111101 | 1011000 | 1011100 | 0 | 110101 | 11010 | 10010001 | 1010100 | 101000 |
Color Harmonies of #10BD58
Complementary color
Monochromatic Colors of #10BD58
Black with #10BD58
Text Example
Text Example
White with #10BD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD58; }
p { color: rgb(16,189,88); }
H1.HeaderClassName
{
color: #10BD58;
}
.AnyTagClassName
{
color: #10BD58;
}
</style>
background-color css
<style>
a { background-color: #10BD58; }
a { background-color: rgb(16,189,88); }
div.DivClassName
{
background-color: #10BD58;
}
.BgClassName
{
background-color: #10BD58;
}
</style>
border-color css
<style>
span { border-color: #10BD58; }
span { border-color: rgb(16,189,88); }
td.TdClassName
{
border-color: #10BD58;
}
.TagClassName
{
border-color: #10BD58;
}
</style>