Shades of Pigment Green #18AA44
Tints of Pigment Green #18AA44
RGB
CMYK
RGB Variations
Color information
#18AA44 (or 0x18AA44) is known color: Pigment Green. HEX triplet: 18, AA and 44. RGB value is (24,170,68). Sum of RGB (Red+Green+Blue) = 24+170+68=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA44 is #E755BB. Grayscale: #727272. Windows color (decimal): -15160764 or 4499992. OLE color: 4499992.
HSL color Cylindrical-coordinate representation of color #18AA44: hue angle of 138.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA44 is Cyan = 0.86, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 68 | - |
| CMYK | 0.86 | 0 | 0.6 | 0.33 |
| HSL | 138.08º | 0.75% | 0.38% | - |
| HSV(B) | 138.08º | 0.86% | 0.67% | - |
| XYZ | 15.79 | 29.36 | 10.3 | - |
| YUV | 114.72 | 101.63 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 68 | 0.86 | 0 | 0.6 | 0.33 | 138.08 | 0.75 | 0.38 |
| Hex | 18 | AA | 44 | 56 | 0 | 3C | 21 | 8A | 4B | 26 |
| Octal | 30 | 252 | 104 | 126 | 0 | 74 | 41 | 212 | 113 | 46 |
| Binary | 11000 | 10101010 | 1000100 | 1010110 | 0 | 111100 | 100001 | 10001010 | 1001011 | 100110 |
Color Harmonies of #18AA44
Complementary color
Monochromatic Colors of #18AA44
Black with #18AA44
Text Example
Text Example
White with #18AA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA44; }
p { color: rgb(24,170,68); }
H1.HeaderClassName
{
color: #18AA44;
}
.AnyTagClassName
{
color: #18AA44;
}
</style>
background-color css
<style>
a { background-color: #18AA44; }
a { background-color: rgb(24,170,68); }
div.DivClassName
{
background-color: #18AA44;
}
.BgClassName
{
background-color: #18AA44;
}
</style>
border-color css
<style>
span { border-color: #18AA44; }
span { border-color: rgb(24,170,68); }
td.TdClassName
{
border-color: #18AA44;
}
.TagClassName
{
border-color: #18AA44;
}
</style>