Shades of Pigment Green #18AC55
Tints of Pigment Green #18AC55
RGB
CMYK
RGB Variations
Color information
#18AC55 (or 0x18AC55) is known color: Pigment Green. HEX triplet: 18, AC and 55. RGB value is (24,172,85). Sum of RGB (Red+Green+Blue) = 24+172+85=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AC55 is #E753AA. Grayscale: #767676. Windows color (decimal): -15160235 or 5614616. OLE color: 5614616.
HSL color Cylindrical-coordinate representation of color #18AC55: hue angle of 144.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AC55 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 172 | 85 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.33 |
| HSL | 144.73º | 0.76% | 0.38% | - |
| HSV(B) | 144.73º | 0.86% | 0.67% | - |
| XYZ | 16.77 | 30.36 | 13.57 | - |
| YUV | 117.83 | 109.47 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 85 | 0.86 | 0 | 0.51 | 0.33 | 144.73 | 0.76 | 0.38 |
| Hex | 18 | AC | 55 | 56 | 0 | 33 | 21 | 91 | 4C | 26 |
| Octal | 30 | 254 | 125 | 126 | 0 | 63 | 41 | 221 | 114 | 46 |
| Binary | 11000 | 10101100 | 1010101 | 1010110 | 0 | 110011 | 100001 | 10010001 | 1001100 | 100110 |
Color Harmonies of #18AC55
Complementary color
Monochromatic Colors of #18AC55
Black with #18AC55
Text Example
Text Example
White with #18AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AC55; }
p { color: rgb(24,172,85); }
H1.HeaderClassName
{
color: #18AC55;
}
.AnyTagClassName
{
color: #18AC55;
}
</style>
background-color css
<style>
a { background-color: #18AC55; }
a { background-color: rgb(24,172,85); }
div.DivClassName
{
background-color: #18AC55;
}
.BgClassName
{
background-color: #18AC55;
}
</style>
border-color css
<style>
span { border-color: #18AC55; }
span { border-color: rgb(24,172,85); }
td.TdClassName
{
border-color: #18AC55;
}
.TagClassName
{
border-color: #18AC55;
}
</style>