Shades of Pigment Green #10BD5E
Tints of Pigment Green #10BD5E
RGB
CMYK
RGB Variations
Color information
#10BD5E (or 0x10BD5E) is known color: Pigment Green. HEX triplet: 10, BD and 5E. RGB value is (16,189,94). Sum of RGB (Red+Green+Blue) = 16+189+94=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD5E is #EF42A1. Grayscale: #7E7E7E. Windows color (decimal): -15680162 or 6208784. OLE color: 6208784.
HSL color Cylindrical-coordinate representation of color #10BD5E: hue angle of 147.05º 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 #10BD5E is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 94 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.26 |
| HSL | 147.05º | 0.84% | 0.4% | - |
| HSV(B) | 147.05º | 0.92% | 0.74% | - |
| XYZ | 20.43 | 37.31 | 16.72 | - |
| YUV | 126.44 | 109.69 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 94 | 0.92 | 0 | 0.50 | 0.26 | 147.05 | 0.84 | 0.4 |
| Hex | 10 | BD | 5E | 5C | 0 | 32 | 1A | 93 | 54 | 28 |
| Octal | 20 | 275 | 136 | 134 | 0 | 62 | 32 | 223 | 124 | 50 |
| Binary | 10000 | 10111101 | 1011110 | 1011100 | 0 | 110010 | 11010 | 10010011 | 1010100 | 101000 |
Color Harmonies of #10BD5E
Complementary color
Monochromatic Colors of #10BD5E
Black with #10BD5E
Text Example
Text Example
White with #10BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD5E; }
p { color: rgb(16,189,94); }
H1.HeaderClassName
{
color: #10BD5E;
}
.AnyTagClassName
{
color: #10BD5E;
}
</style>
background-color css
<style>
a { background-color: #10BD5E; }
a { background-color: rgb(16,189,94); }
div.DivClassName
{
background-color: #10BD5E;
}
.BgClassName
{
background-color: #10BD5E;
}
</style>
border-color css
<style>
span { border-color: #10BD5E; }
span { border-color: rgb(16,189,94); }
td.TdClassName
{
border-color: #10BD5E;
}
.TagClassName
{
border-color: #10BD5E;
}
</style>