Shades of Pigment Green #10BB5A
Tints of Pigment Green #10BB5A
RGB
CMYK
RGB Variations
Color information
#10BB5A (or 0x10BB5A) is known color: Pigment Green. HEX triplet: 10, BB and 5A. RGB value is (16,187,90). Sum of RGB (Red+Green+Blue) = 16+187+90=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 187 (73.44% from 255 or 63.82% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BB5A is #EF44A5. Grayscale: #7D7D7D. Windows color (decimal): -15680678 or 5946128. OLE color: 5946128.
HSL color Cylindrical-coordinate representation of color #10BB5A: hue angle of 145.96º 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 #10BB5A is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 187 | 90 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.27 |
| HSL | 145.96º | 0.84% | 0.4% | - |
| HSV(B) | 145.96º | 0.91% | 0.73% | - |
| XYZ | 19.83 | 36.39 | 15.65 | - |
| YUV | 124.81 | 108.35 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 90 | 0.91 | 0 | 0.52 | 0.27 | 145.96 | 0.84 | 0.4 |
| Hex | 10 | BB | 5A | 5B | 0 | 34 | 1B | 92 | 54 | 28 |
| Octal | 20 | 273 | 132 | 133 | 0 | 64 | 33 | 222 | 124 | 50 |
| Binary | 10000 | 10111011 | 1011010 | 1011011 | 0 | 110100 | 11011 | 10010010 | 1010100 | 101000 |
Color Harmonies of #10BB5A
Complementary color
Monochromatic Colors of #10BB5A
Black with #10BB5A
Text Example
Text Example
White with #10BB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BB5A; }
p { color: rgb(16,187,90); }
H1.HeaderClassName
{
color: #10BB5A;
}
.AnyTagClassName
{
color: #10BB5A;
}
</style>
background-color css
<style>
a { background-color: #10BB5A; }
a { background-color: rgb(16,187,90); }
div.DivClassName
{
background-color: #10BB5A;
}
.BgClassName
{
background-color: #10BB5A;
}
</style>
border-color css
<style>
span { border-color: #10BB5A; }
span { border-color: rgb(16,187,90); }
td.TdClassName
{
border-color: #10BB5A;
}
.TagClassName
{
border-color: #10BB5A;
}
</style>