Shades of Pigment Green #10A350
Tints of Pigment Green #10A350
RGB
CMYK
RGB Variations
Color information
#10A350 (or 0x10A350) is known color: Pigment Green. HEX triplet: 10, A3 and 50. RGB value is (16,163,80). Sum of RGB (Red+Green+Blue) = 16+163+80=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 163 (64.06% from 255 or 62.93% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 163 - color contains mainly: green. Hex color #10A350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A350 is #EF5CAF. Grayscale: #6D6D6D. Windows color (decimal): -15686832 or 5284624. OLE color: 5284624.
HSL color Cylindrical-coordinate representation of color #10A350: hue angle of 146.12º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A350 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 80 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.36 |
| HSL | 146.12º | 0.82% | 0.35% | - |
| HSV(B) | 146.12º | 0.9% | 0.64% | - |
| XYZ | 14.76 | 26.88 | 12 | - |
| YUV | 109.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 80 | 0.90 | 0 | 0.51 | 0.36 | 146.12 | 0.82 | 0.35 |
| Hex | 10 | A3 | 50 | 5A | 0 | 33 | 24 | 92 | 52 | 23 |
| Octal | 20 | 243 | 120 | 132 | 0 | 63 | 44 | 222 | 122 | 43 |
| Binary | 10000 | 10100011 | 1010000 | 1011010 | 0 | 110011 | 100100 | 10010010 | 1010010 | 100011 |
Color Harmonies of #10A350
Complementary color
Monochromatic Colors of #10A350
Black with #10A350
Text Example
Text Example
White with #10A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A350; }
p { color: rgb(16,163,80); }
H1.HeaderClassName
{
color: #10A350;
}
.AnyTagClassName
{
color: #10A350;
}
</style>
background-color css
<style>
a { background-color: #10A350; }
a { background-color: rgb(16,163,80); }
div.DivClassName
{
background-color: #10A350;
}
.BgClassName
{
background-color: #10A350;
}
</style>
border-color css
<style>
span { border-color: #10A350; }
span { border-color: rgb(16,163,80); }
td.TdClassName
{
border-color: #10A350;
}
.TagClassName
{
border-color: #10A350;
}
</style>