Shades of Pigment Green #10A85B
Tints of Pigment Green #10A85B
RGB
CMYK
RGB Variations
Color information
#10A85B (or 0x10A85B) is known color: Pigment Green. HEX triplet: 10, A8 and 5B. RGB value is (16,168,91). Sum of RGB (Red+Green+Blue) = 16+168+91=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 168 (66.02% from 255 or 61.09% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 168 - color contains mainly: green. Hex color #10A85B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A85B is #EF57A4. Grayscale: #717171. Windows color (decimal): -15685541 or 6006800. OLE color: 6006800.
HSL color Cylindrical-coordinate representation of color #10A85B: hue angle of 149.61º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A85B is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 168 | 91 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.34 |
| HSL | 149.61º | 0.83% | 0.36% | - |
| HSV(B) | 149.61º | 0.9% | 0.66% | - |
| XYZ | 16.1 | 28.87 | 14.62 | - |
| YUV | 113.77 | 115.14 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 91 | 0.90 | 0 | 0.46 | 0.34 | 149.61 | 0.83 | 0.36 |
| Hex | 10 | A8 | 5B | 5A | 0 | 2E | 22 | 96 | 53 | 24 |
| Octal | 20 | 250 | 133 | 132 | 0 | 56 | 42 | 226 | 123 | 44 |
| Binary | 10000 | 10101000 | 1011011 | 1011010 | 0 | 101110 | 100010 | 10010110 | 1010011 | 100100 |
Color Harmonies of #10A85B
Complementary color
Monochromatic Colors of #10A85B
Black with #10A85B
Text Example
Text Example
White with #10A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A85B; }
p { color: rgb(16,168,91); }
H1.HeaderClassName
{
color: #10A85B;
}
.AnyTagClassName
{
color: #10A85B;
}
</style>
background-color css
<style>
a { background-color: #10A85B; }
a { background-color: rgb(16,168,91); }
div.DivClassName
{
background-color: #10A85B;
}
.BgClassName
{
background-color: #10A85B;
}
</style>
border-color css
<style>
span { border-color: #10A85B; }
span { border-color: rgb(16,168,91); }
td.TdClassName
{
border-color: #10A85B;
}
.TagClassName
{
border-color: #10A85B;
}
</style>