Shades of Pigment Green #18AD4D
Tints of Pigment Green #18AD4D
RGB
CMYK
RGB Variations
Color information
#18AD4D (or 0x18AD4D) is known color: Pigment Green. HEX triplet: 18, AD and 4D. RGB value is (24,173,77). Sum of RGB (Red+Green+Blue) = 24+173+77=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 173 (67.97% from 255 or 63.14% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AD4D is #E752B2. Grayscale: #757575. Windows color (decimal): -15159987 or 5090584. OLE color: 5090584.
HSL color Cylindrical-coordinate representation of color #18AD4D: hue angle of 141.34º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AD4D is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 77 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.32 |
| HSL | 141.34º | 0.76% | 0.39% | - |
| HSV(B) | 141.34º | 0.86% | 0.68% | - |
| XYZ | 16.66 | 30.62 | 12.05 | - |
| YUV | 117.51 | 105.14 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 77 | 0.86 | 0 | 0.55 | 0.32 | 141.34 | 0.76 | 0.39 |
| Hex | 18 | AD | 4D | 56 | 0 | 37 | 20 | 8D | 4C | 27 |
| Octal | 30 | 255 | 115 | 126 | 0 | 67 | 40 | 215 | 114 | 47 |
| Binary | 11000 | 10101101 | 1001101 | 1010110 | 0 | 110111 | 100000 | 10001101 | 1001100 | 100111 |
Color Harmonies of #18AD4D
Complementary color
Monochromatic Colors of #18AD4D
Black with #18AD4D
Text Example
Text Example
White with #18AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD4D; }
p { color: rgb(24,173,77); }
H1.HeaderClassName
{
color: #18AD4D;
}
.AnyTagClassName
{
color: #18AD4D;
}
</style>
background-color css
<style>
a { background-color: #18AD4D; }
a { background-color: rgb(24,173,77); }
div.DivClassName
{
background-color: #18AD4D;
}
.BgClassName
{
background-color: #18AD4D;
}
</style>
border-color css
<style>
span { border-color: #18AD4D; }
span { border-color: rgb(24,173,77); }
td.TdClassName
{
border-color: #18AD4D;
}
.TagClassName
{
border-color: #18AD4D;
}
</style>