Shades of Pigment Green #18A147
Tints of Pigment Green #18A147
RGB
CMYK
RGB Variations
Color information
#18A147 (or 0x18A147) is known color: Pigment Green. HEX triplet: 18, A1 and 47. RGB value is (24,161,71). Sum of RGB (Red+Green+Blue) = 24+161+71=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 161 (63.28% from 255 or 62.89% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 161 - color contains mainly: green. Hex color #18A147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A147 is #E75EB8. Grayscale: #6E6E6E. Windows color (decimal): -15163065 or 4694296. OLE color: 4694296.
HSL color Cylindrical-coordinate representation of color #18A147: hue angle of 140.58º 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 #18A147 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 71 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.37 |
| HSL | 140.58º | 0.74% | 0.36% | - |
| HSV(B) | 140.58º | 0.85% | 0.63% | - |
| XYZ | 14.26 | 26.14 | 10.26 | - |
| YUV | 109.78 | 106.11 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 71 | 0.85 | 0 | 0.56 | 0.37 | 140.58 | 0.74 | 0.36 |
| Hex | 18 | A1 | 47 | 55 | 0 | 38 | 25 | 8D | 4A | 24 |
| Octal | 30 | 241 | 107 | 125 | 0 | 70 | 45 | 215 | 112 | 44 |
| Binary | 11000 | 10100001 | 1000111 | 1010101 | 0 | 111000 | 100101 | 10001101 | 1001010 | 100100 |
Color Harmonies of #18A147
Complementary color
Monochromatic Colors of #18A147
Black with #18A147
Text Example
Text Example
White with #18A147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A147; }
p { color: rgb(24,161,71); }
H1.HeaderClassName
{
color: #18A147;
}
.AnyTagClassName
{
color: #18A147;
}
</style>
background-color css
<style>
a { background-color: #18A147; }
a { background-color: rgb(24,161,71); }
div.DivClassName
{
background-color: #18A147;
}
.BgClassName
{
background-color: #18A147;
}
</style>
border-color css
<style>
span { border-color: #18A147; }
span { border-color: rgb(24,161,71); }
td.TdClassName
{
border-color: #18A147;
}
.TagClassName
{
border-color: #18A147;
}
</style>