Shades of Pigment Green #18AB55
Tints of Pigment Green #18AB55
RGB
CMYK
RGB Variations
Color information
#18AB55 (or 0x18AB55) is known color: Pigment Green. HEX triplet: 18, AB and 55. RGB value is (24,171,85). Sum of RGB (Red+Green+Blue) = 24+171+85=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB55 is #E754AA. Grayscale: #757575. Windows color (decimal): -15160491 or 5614360. OLE color: 5614360.
HSL color Cylindrical-coordinate representation of color #18AB55: hue angle of 144.9º degrees, saturation: 0.75, 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 #18AB55 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 85 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.33 |
| HSL | 144.9º | 0.75% | 0.38% | - |
| HSV(B) | 144.9º | 0.86% | 0.67% | - |
| XYZ | 16.58 | 29.98 | 13.51 | - |
| YUV | 117.24 | 109.8 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 85 | 0.86 | 0 | 0.50 | 0.33 | 144.9 | 0.75 | 0.38 |
| Hex | 18 | AB | 55 | 56 | 0 | 32 | 21 | 91 | 4B | 26 |
| Octal | 30 | 253 | 125 | 126 | 0 | 62 | 41 | 221 | 113 | 46 |
| Binary | 11000 | 10101011 | 1010101 | 1010110 | 0 | 110010 | 100001 | 10010001 | 1001011 | 100110 |
Color Harmonies of #18AB55
Complementary color
Monochromatic Colors of #18AB55
Black with #18AB55
Text Example
Text Example
White with #18AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB55; }
p { color: rgb(24,171,85); }
H1.HeaderClassName
{
color: #18AB55;
}
.AnyTagClassName
{
color: #18AB55;
}
</style>
background-color css
<style>
a { background-color: #18AB55; }
a { background-color: rgb(24,171,85); }
div.DivClassName
{
background-color: #18AB55;
}
.BgClassName
{
background-color: #18AB55;
}
</style>
border-color css
<style>
span { border-color: #18AB55; }
span { border-color: rgb(24,171,85); }
td.TdClassName
{
border-color: #18AB55;
}
.TagClassName
{
border-color: #18AB55;
}
</style>