Shades of Pigment Green #1AA54B
Tints of Pigment Green #1AA54B
RGB
CMYK
RGB Variations
Color information
#1AA54B (or 0x1AA54B) is known color: Pigment Green. HEX triplet: 1A, A5 and 4B. RGB value is (26,165,75). Sum of RGB (Red+Green+Blue) = 26+165+75=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 165 (64.84% from 255 or 62.03% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA54B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA54B is #E55AB4. Grayscale: #717171. Windows color (decimal): -15030965 or 4957466. OLE color: 4957466.
HSL color Cylindrical-coordinate representation of color #1AA54B: hue angle of 141.15º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA54B is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 165 | 75 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.35 |
| HSL | 141.15º | 0.73% | 0.37% | - |
| HSV(B) | 141.15º | 0.84% | 0.65% | - |
| XYZ | 15.15 | 27.64 | 11.19 | - |
| YUV | 113.18 | 106.45 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 165 | 75 | 0.84 | 0 | 0.55 | 0.35 | 141.15 | 0.73 | 0.37 |
| Hex | 1A | A5 | 4B | 54 | 0 | 37 | 23 | 8D | 49 | 25 |
| Octal | 32 | 245 | 113 | 124 | 0 | 67 | 43 | 215 | 111 | 45 |
| Binary | 11010 | 10100101 | 1001011 | 1010100 | 0 | 110111 | 100011 | 10001101 | 1001001 | 100101 |
Color Harmonies of #1AA54B
Complementary color
Monochromatic Colors of #1AA54B
Black with #1AA54B
Text Example
Text Example
White with #1AA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA54B; }
p { color: rgb(26,165,75); }
H1.HeaderClassName
{
color: #1AA54B;
}
.AnyTagClassName
{
color: #1AA54B;
}
</style>
background-color css
<style>
a { background-color: #1AA54B; }
a { background-color: rgb(26,165,75); }
div.DivClassName
{
background-color: #1AA54B;
}
.BgClassName
{
background-color: #1AA54B;
}
</style>
border-color css
<style>
span { border-color: #1AA54B; }
span { border-color: rgb(26,165,75); }
td.TdClassName
{
border-color: #1AA54B;
}
.TagClassName
{
border-color: #1AA54B;
}
</style>