Shades of Pigment Green #18A059
Tints of Pigment Green #18A059
RGB
CMYK
RGB Variations
Color information
#18A059 (or 0x18A059) is known color: Pigment Green. HEX triplet: 18, A0 and 59. RGB value is (24,160,89). Sum of RGB (Red+Green+Blue) = 24+160+89=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #18A059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A059 is #E75FA6. Grayscale: #6F6F6F. Windows color (decimal): -15163303 or 5873688. OLE color: 5873688.
HSL color Cylindrical-coordinate representation of color #18A059: hue angle of 148.68º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A059 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 89 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.37 |
| HSL | 148.68º | 0.74% | 0.36% | - |
| HSV(B) | 148.68º | 0.85% | 0.63% | - |
| XYZ | 14.75 | 26.06 | 13.7 | - |
| YUV | 111.24 | 115.44 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 89 | 0.85 | 0 | 0.44 | 0.37 | 148.68 | 0.74 | 0.36 |
| Hex | 18 | A0 | 59 | 55 | 0 | 2C | 25 | 95 | 4A | 24 |
| Octal | 30 | 240 | 131 | 125 | 0 | 54 | 45 | 225 | 112 | 44 |
| Binary | 11000 | 10100000 | 1011001 | 1010101 | 0 | 101100 | 100101 | 10010101 | 1001010 | 100100 |
Color Harmonies of #18A059
Complementary color
Monochromatic Colors of #18A059
Black with #18A059
Text Example
Text Example
White with #18A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A059; }
p { color: rgb(24,160,89); }
H1.HeaderClassName
{
color: #18A059;
}
.AnyTagClassName
{
color: #18A059;
}
</style>
background-color css
<style>
a { background-color: #18A059; }
a { background-color: rgb(24,160,89); }
div.DivClassName
{
background-color: #18A059;
}
.BgClassName
{
background-color: #18A059;
}
</style>
border-color css
<style>
span { border-color: #18A059; }
span { border-color: rgb(24,160,89); }
td.TdClassName
{
border-color: #18A059;
}
.TagClassName
{
border-color: #18A059;
}
</style>