Shades of Pigment Green #10B855
Tints of Pigment Green #10B855
RGB
CMYK
RGB Variations
Color information
#10B855 (or 0x10B855) is known color: Pigment Green. HEX triplet: 10, B8 and 55. RGB value is (16,184,85). Sum of RGB (Red+Green+Blue) = 16+184+85=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 184 (72.27% from 255 or 64.56% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 184 - color contains mainly: green. Hex color #10B855 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B855 is #EF47AA. Grayscale: #7A7A7A. Windows color (decimal): -15681451 or 5617680. OLE color: 5617680.
HSL color Cylindrical-coordinate representation of color #10B855: hue angle of 144.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B855 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 85 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.28 |
| HSL | 144.64º | 0.84% | 0.39% | - |
| HSV(B) | 144.64º | 0.91% | 0.72% | - |
| XYZ | 18.99 | 35.05 | 14.36 | - |
| YUV | 122.48 | 106.84 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 85 | 0.91 | 0 | 0.54 | 0.28 | 144.64 | 0.84 | 0.39 |
| Hex | 10 | B8 | 55 | 5B | 0 | 36 | 1C | 91 | 54 | 27 |
| Octal | 20 | 270 | 125 | 133 | 0 | 66 | 34 | 221 | 124 | 47 |
| Binary | 10000 | 10111000 | 1010101 | 1011011 | 0 | 110110 | 11100 | 10010001 | 1010100 | 100111 |
Color Harmonies of #10B855
Complementary color
Monochromatic Colors of #10B855
Black with #10B855
Text Example
Text Example
White with #10B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B855; }
p { color: rgb(16,184,85); }
H1.HeaderClassName
{
color: #10B855;
}
.AnyTagClassName
{
color: #10B855;
}
</style>
background-color css
<style>
a { background-color: #10B855; }
a { background-color: rgb(16,184,85); }
div.DivClassName
{
background-color: #10B855;
}
.BgClassName
{
background-color: #10B855;
}
</style>
border-color css
<style>
span { border-color: #10B855; }
span { border-color: rgb(16,184,85); }
td.TdClassName
{
border-color: #10B855;
}
.TagClassName
{
border-color: #10B855;
}
</style>