Shades of Pigment Green #18AA5E
Tints of Pigment Green #18AA5E
RGB
CMYK
RGB Variations
Color information
#18AA5E (or 0x18AA5E) is known color: Pigment Green. HEX triplet: 18, AA and 5E. RGB value is (24,170,94). Sum of RGB (Red+Green+Blue) = 24+170+94=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA5E is #E755A1. Grayscale: #757575. Windows color (decimal): -15160738 or 6203928. OLE color: 6203928.
HSL color Cylindrical-coordinate representation of color #18AA5E: hue angle of 148.77º 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 #18AA5E is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 94 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.33 |
| HSL | 148.77º | 0.75% | 0.38% | - |
| HSV(B) | 148.77º | 0.86% | 0.67% | - |
| XYZ | 16.77 | 29.75 | 15.45 | - |
| YUV | 117.68 | 114.63 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 94 | 0.86 | 0 | 0.45 | 0.33 | 148.77 | 0.75 | 0.38 |
| Hex | 18 | AA | 5E | 56 | 0 | 2D | 21 | 95 | 4B | 26 |
| Octal | 30 | 252 | 136 | 126 | 0 | 55 | 41 | 225 | 113 | 46 |
| Binary | 11000 | 10101010 | 1011110 | 1010110 | 0 | 101101 | 100001 | 10010101 | 1001011 | 100110 |
Color Harmonies of #18AA5E
Complementary color
Monochromatic Colors of #18AA5E
Black with #18AA5E
Text Example
Text Example
White with #18AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA5E; }
p { color: rgb(24,170,94); }
H1.HeaderClassName
{
color: #18AA5E;
}
.AnyTagClassName
{
color: #18AA5E;
}
</style>
background-color css
<style>
a { background-color: #18AA5E; }
a { background-color: rgb(24,170,94); }
div.DivClassName
{
background-color: #18AA5E;
}
.BgClassName
{
background-color: #18AA5E;
}
</style>
border-color css
<style>
span { border-color: #18AA5E; }
span { border-color: rgb(24,170,94); }
td.TdClassName
{
border-color: #18AA5E;
}
.TagClassName
{
border-color: #18AA5E;
}
</style>