Shades of Pigment Green #18AB58
Tints of Pigment Green #18AB58
RGB
CMYK
RGB Variations
Color information
#18AB58 (or 0x18AB58) is known color: Pigment Green. HEX triplet: 18, AB and 58. RGB value is (24,171,88). Sum of RGB (Red+Green+Blue) = 24+171+88=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB58 is #E754A7. Grayscale: #757575. Windows color (decimal): -15160488 or 5810968. OLE color: 5810968.
HSL color Cylindrical-coordinate representation of color #18AB58: hue angle of 146.12º 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 #18AB58 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 88 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.33 |
| HSL | 146.12º | 0.75% | 0.38% | - |
| HSV(B) | 146.12º | 0.86% | 0.67% | - |
| XYZ | 16.7 | 30.02 | 14.15 | - |
| YUV | 117.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 88 | 0.86 | 0 | 0.49 | 0.33 | 146.12 | 0.75 | 0.38 |
| Hex | 18 | AB | 58 | 56 | 0 | 31 | 21 | 92 | 4B | 26 |
| Octal | 30 | 253 | 130 | 126 | 0 | 61 | 41 | 222 | 113 | 46 |
| Binary | 11000 | 10101011 | 1011000 | 1010110 | 0 | 110001 | 100001 | 10010010 | 1001011 | 100110 |
Color Harmonies of #18AB58
Complementary color
Monochromatic Colors of #18AB58
Black with #18AB58
Text Example
Text Example
White with #18AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB58; }
p { color: rgb(24,171,88); }
H1.HeaderClassName
{
color: #18AB58;
}
.AnyTagClassName
{
color: #18AB58;
}
</style>
background-color css
<style>
a { background-color: #18AB58; }
a { background-color: rgb(24,171,88); }
div.DivClassName
{
background-color: #18AB58;
}
.BgClassName
{
background-color: #18AB58;
}
</style>
border-color css
<style>
span { border-color: #18AB58; }
span { border-color: rgb(24,171,88); }
td.TdClassName
{
border-color: #18AB58;
}
.TagClassName
{
border-color: #18AB58;
}
</style>