Shades of Pigment Green #18AD4B
Tints of Pigment Green #18AD4B
RGB
CMYK
RGB Variations
Color information
#18AD4B (or 0x18AD4B) is known color: Pigment Green. HEX triplet: 18, AD and 4B. RGB value is (24,173,75). Sum of RGB (Red+Green+Blue) = 24+173+75=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 173 (67.97% from 255 or 63.60% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AD4B is #E752B4. Grayscale: #757575. Windows color (decimal): -15159989 or 4959512. OLE color: 4959512.
HSL color Cylindrical-coordinate representation of color #18AD4B: hue angle of 140.54º 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 #18AD4B is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 75 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.32 |
| HSL | 140.54º | 0.76% | 0.39% | - |
| HSV(B) | 140.54º | 0.86% | 0.68% | - |
| XYZ | 16.59 | 30.59 | 11.69 | - |
| YUV | 117.28 | 104.14 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 75 | 0.86 | 0 | 0.57 | 0.32 | 140.54 | 0.76 | 0.39 |
| Hex | 18 | AD | 4B | 56 | 0 | 39 | 20 | 8D | 4C | 27 |
| Octal | 30 | 255 | 113 | 126 | 0 | 71 | 40 | 215 | 114 | 47 |
| Binary | 11000 | 10101101 | 1001011 | 1010110 | 0 | 111001 | 100000 | 10001101 | 1001100 | 100111 |
Color Harmonies of #18AD4B
Complementary color
Monochromatic Colors of #18AD4B
Black with #18AD4B
Text Example
Text Example
White with #18AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD4B; }
p { color: rgb(24,173,75); }
H1.HeaderClassName
{
color: #18AD4B;
}
.AnyTagClassName
{
color: #18AD4B;
}
</style>
background-color css
<style>
a { background-color: #18AD4B; }
a { background-color: rgb(24,173,75); }
div.DivClassName
{
background-color: #18AD4B;
}
.BgClassName
{
background-color: #18AD4B;
}
</style>
border-color css
<style>
span { border-color: #18AD4B; }
span { border-color: rgb(24,173,75); }
td.TdClassName
{
border-color: #18AD4B;
}
.TagClassName
{
border-color: #18AD4B;
}
</style>