Shades of Pigment Green #10A65B
Tints of Pigment Green #10A65B
RGB
CMYK
RGB Variations
Color information
#10A65B (or 0x10A65B) is known color: Pigment Green. HEX triplet: 10, A6 and 5B. RGB value is (16,166,91). Sum of RGB (Red+Green+Blue) = 16+166+91=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 166 (65.23% from 255 or 60.81% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 166 - color contains mainly: green. Hex color #10A65B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A65B is #EF59A4. Grayscale: #707070. Windows color (decimal): -15686053 or 6006288. OLE color: 6006288.
HSL color Cylindrical-coordinate representation of color #10A65B: hue angle of 150º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A65B is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 91 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.35 |
| HSL | 150º | 0.82% | 0.36% | - |
| HSV(B) | 150º | 0.9% | 0.65% | - |
| XYZ | 15.74 | 28.14 | 14.5 | - |
| YUV | 112.6 | 115.81 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 91 | 0.90 | 0 | 0.45 | 0.35 | 150 | 0.82 | 0.36 |
| Hex | 10 | A6 | 5B | 5A | 0 | 2D | 23 | 96 | 52 | 24 |
| Octal | 20 | 246 | 133 | 132 | 0 | 55 | 43 | 226 | 122 | 44 |
| Binary | 10000 | 10100110 | 1011011 | 1011010 | 0 | 101101 | 100011 | 10010110 | 1010010 | 100100 |
Color Harmonies of #10A65B
Complementary color
Monochromatic Colors of #10A65B
Black with #10A65B
Text Example
Text Example
White with #10A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A65B; }
p { color: rgb(16,166,91); }
H1.HeaderClassName
{
color: #10A65B;
}
.AnyTagClassName
{
color: #10A65B;
}
</style>
background-color css
<style>
a { background-color: #10A65B; }
a { background-color: rgb(16,166,91); }
div.DivClassName
{
background-color: #10A65B;
}
.BgClassName
{
background-color: #10A65B;
}
</style>
border-color css
<style>
span { border-color: #10A65B; }
span { border-color: rgb(16,166,91); }
td.TdClassName
{
border-color: #10A65B;
}
.TagClassName
{
border-color: #10A65B;
}
</style>