Shades of Pigment Green #10B858
Tints of Pigment Green #10B858
RGB
CMYK
RGB Variations
Color information
#10B858 (or 0x10B858) is known color: Pigment Green. HEX triplet: 10, B8 and 58. RGB value is (16,184,88). Sum of RGB (Red+Green+Blue) = 16+184+88=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #10B858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B858 is #EF47A7. Grayscale: #7B7B7B. Windows color (decimal): -15681448 or 5814288. OLE color: 5814288.
HSL color Cylindrical-coordinate representation of color #10B858: hue angle of 145.71º 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 #10B858 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 88 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.28 |
| HSL | 145.71º | 0.84% | 0.39% | - |
| HSV(B) | 145.71º | 0.91% | 0.72% | - |
| XYZ | 19.12 | 35.1 | 15 | - |
| YUV | 122.82 | 108.34 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 88 | 0.91 | 0 | 0.52 | 0.28 | 145.71 | 0.84 | 0.39 |
| Hex | 10 | B8 | 58 | 5B | 0 | 34 | 1C | 92 | 54 | 27 |
| Octal | 20 | 270 | 130 | 133 | 0 | 64 | 34 | 222 | 124 | 47 |
| Binary | 10000 | 10111000 | 1011000 | 1011011 | 0 | 110100 | 11100 | 10010010 | 1010100 | 100111 |
Color Harmonies of #10B858
Complementary color
Monochromatic Colors of #10B858
Black with #10B858
Text Example
Text Example
White with #10B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B858; }
p { color: rgb(16,184,88); }
H1.HeaderClassName
{
color: #10B858;
}
.AnyTagClassName
{
color: #10B858;
}
</style>
background-color css
<style>
a { background-color: #10B858; }
a { background-color: rgb(16,184,88); }
div.DivClassName
{
background-color: #10B858;
}
.BgClassName
{
background-color: #10B858;
}
</style>
border-color css
<style>
span { border-color: #10B858; }
span { border-color: rgb(16,184,88); }
td.TdClassName
{
border-color: #10B858;
}
.TagClassName
{
border-color: #10B858;
}
</style>