Shades of Pigment Green #18A056
Tints of Pigment Green #18A056
RGB
CMYK
RGB Variations
Color information
#18A056 (or 0x18A056) is known color: Pigment Green. HEX triplet: 18, A0 and 56. RGB value is (24,160,86). Sum of RGB (Red+Green+Blue) = 24+160+86=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #18A056 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A056 is #E75FA9. Grayscale: #6F6F6F. Windows color (decimal): -15163306 or 5677080. OLE color: 5677080.
HSL color Cylindrical-coordinate representation of color #18A056: hue angle of 147.35º 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 #18A056 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 86 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.37 |
| HSL | 147.35º | 0.74% | 0.36% | - |
| HSV(B) | 147.35º | 0.85% | 0.63% | - |
| XYZ | 14.63 | 26.01 | 13.05 | - |
| YUV | 110.9 | 113.94 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 86 | 0.85 | 0 | 0.46 | 0.37 | 147.35 | 0.74 | 0.36 |
| Hex | 18 | A0 | 56 | 55 | 0 | 2E | 25 | 93 | 4A | 24 |
| Octal | 30 | 240 | 126 | 125 | 0 | 56 | 45 | 223 | 112 | 44 |
| Binary | 11000 | 10100000 | 1010110 | 1010101 | 0 | 101110 | 100101 | 10010011 | 1001010 | 100100 |
Color Harmonies of #18A056
Complementary color
Monochromatic Colors of #18A056
Black with #18A056
Text Example
Text Example
White with #18A056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A056; }
p { color: rgb(24,160,86); }
H1.HeaderClassName
{
color: #18A056;
}
.AnyTagClassName
{
color: #18A056;
}
</style>
background-color css
<style>
a { background-color: #18A056; }
a { background-color: rgb(24,160,86); }
div.DivClassName
{
background-color: #18A056;
}
.BgClassName
{
background-color: #18A056;
}
</style>
border-color css
<style>
span { border-color: #18A056; }
span { border-color: rgb(24,160,86); }
td.TdClassName
{
border-color: #18A056;
}
.TagClassName
{
border-color: #18A056;
}
</style>