Shades of Pigment Green #18A057
Tints of Pigment Green #18A057
RGB
CMYK
RGB Variations
Color information
#18A057 (or 0x18A057) is known color: Pigment Green. HEX triplet: 18, A0 and 57. RGB value is (24,160,87). Sum of RGB (Red+Green+Blue) = 24+160+87=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 160 (62.89% from 255 or 59.04% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 160 - color contains mainly: green. Hex color #18A057 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A057 is #E75FA8. Grayscale: #6F6F6F. Windows color (decimal): -15163305 or 5742616. OLE color: 5742616.
HSL color Cylindrical-coordinate representation of color #18A057: hue angle of 147.79º 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 #18A057 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 87 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.37 |
| HSL | 147.79º | 0.74% | 0.36% | - |
| HSV(B) | 147.79º | 0.85% | 0.63% | - |
| XYZ | 14.67 | 26.02 | 13.27 | - |
| YUV | 111.01 | 114.44 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 87 | 0.85 | 0 | 0.46 | 0.37 | 147.79 | 0.74 | 0.36 |
| Hex | 18 | A0 | 57 | 55 | 0 | 2E | 25 | 94 | 4A | 24 |
| Octal | 30 | 240 | 127 | 125 | 0 | 56 | 45 | 224 | 112 | 44 |
| Binary | 11000 | 10100000 | 1010111 | 1010101 | 0 | 101110 | 100101 | 10010100 | 1001010 | 100100 |
Color Harmonies of #18A057
Complementary color
Monochromatic Colors of #18A057
Black with #18A057
Text Example
Text Example
White with #18A057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A057; }
p { color: rgb(24,160,87); }
H1.HeaderClassName
{
color: #18A057;
}
.AnyTagClassName
{
color: #18A057;
}
</style>
background-color css
<style>
a { background-color: #18A057; }
a { background-color: rgb(24,160,87); }
div.DivClassName
{
background-color: #18A057;
}
.BgClassName
{
background-color: #18A057;
}
</style>
border-color css
<style>
span { border-color: #18A057; }
span { border-color: rgb(24,160,87); }
td.TdClassName
{
border-color: #18A057;
}
.TagClassName
{
border-color: #18A057;
}
</style>