Shades of Pigment Green #10AC5A
Tints of Pigment Green #10AC5A
RGB
CMYK
RGB Variations
Color information
#10AC5A (or 0x10AC5A) is known color: Pigment Green. HEX triplet: 10, AC and 5A. RGB value is (16,172,90). Sum of RGB (Red+Green+Blue) = 16+172+90=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AC5A is #EF53A5. Grayscale: #747474. Windows color (decimal): -15684518 or 5942288. OLE color: 5942288.
HSL color Cylindrical-coordinate representation of color #10AC5A: hue angle of 148.46º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC5A is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 90 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.33 |
| HSL | 148.46º | 0.83% | 0.37% | - |
| HSV(B) | 148.46º | 0.91% | 0.67% | - |
| XYZ | 16.81 | 30.35 | 14.65 | - |
| YUV | 116.01 | 113.32 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 90 | 0.91 | 0 | 0.48 | 0.33 | 148.46 | 0.83 | 0.37 |
| Hex | 10 | AC | 5A | 5B | 0 | 30 | 21 | 94 | 53 | 25 |
| Octal | 20 | 254 | 132 | 133 | 0 | 60 | 41 | 224 | 123 | 45 |
| Binary | 10000 | 10101100 | 1011010 | 1011011 | 0 | 110000 | 100001 | 10010100 | 1010011 | 100101 |
Color Harmonies of #10AC5A
Complementary color
Monochromatic Colors of #10AC5A
Black with #10AC5A
Text Example
Text Example
White with #10AC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC5A; }
p { color: rgb(16,172,90); }
H1.HeaderClassName
{
color: #10AC5A;
}
.AnyTagClassName
{
color: #10AC5A;
}
</style>
background-color css
<style>
a { background-color: #10AC5A; }
a { background-color: rgb(16,172,90); }
div.DivClassName
{
background-color: #10AC5A;
}
.BgClassName
{
background-color: #10AC5A;
}
</style>
border-color css
<style>
span { border-color: #10AC5A; }
span { border-color: rgb(16,172,90); }
td.TdClassName
{
border-color: #10AC5A;
}
.TagClassName
{
border-color: #10AC5A;
}
</style>