Shades of Pigment Green #10BB55
Tints of Pigment Green #10BB55
RGB
CMYK
RGB Variations
Color information
#10BB55 (or 0x10BB55) is known color: Pigment Green. HEX triplet: 10, BB and 55. RGB value is (16,187,85). Sum of RGB (Red+Green+Blue) = 16+187+85=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 187 (73.44% from 255 or 64.93% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BB55 is #EF44AA. Grayscale: #7C7C7C. Windows color (decimal): -15680683 or 5618448. OLE color: 5618448.
HSL color Cylindrical-coordinate representation of color #10BB55: hue angle of 144.21º 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 #10BB55 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 187 | 85 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.27 |
| HSL | 144.21º | 0.84% | 0.4% | - |
| HSV(B) | 144.21º | 0.91% | 0.73% | - |
| XYZ | 19.62 | 36.31 | 14.57 | - |
| YUV | 124.24 | 105.85 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 85 | 0.91 | 0 | 0.55 | 0.27 | 144.21 | 0.84 | 0.4 |
| Hex | 10 | BB | 55 | 5B | 0 | 37 | 1B | 90 | 54 | 28 |
| Octal | 20 | 273 | 125 | 133 | 0 | 67 | 33 | 220 | 124 | 50 |
| Binary | 10000 | 10111011 | 1010101 | 1011011 | 0 | 110111 | 11011 | 10010000 | 1010100 | 101000 |
Color Harmonies of #10BB55
Complementary color
Monochromatic Colors of #10BB55
Black with #10BB55
Text Example
Text Example
White with #10BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BB55; }
p { color: rgb(16,187,85); }
H1.HeaderClassName
{
color: #10BB55;
}
.AnyTagClassName
{
color: #10BB55;
}
</style>
background-color css
<style>
a { background-color: #10BB55; }
a { background-color: rgb(16,187,85); }
div.DivClassName
{
background-color: #10BB55;
}
.BgClassName
{
background-color: #10BB55;
}
</style>
border-color css
<style>
span { border-color: #10BB55; }
span { border-color: rgb(16,187,85); }
td.TdClassName
{
border-color: #10BB55;
}
.TagClassName
{
border-color: #10BB55;
}
</style>