Shades of Pigment Green #18AB4B
Tints of Pigment Green #18AB4B
RGB
CMYK
RGB Variations
Color information
#18AB4B (or 0x18AB4B) is known color: Pigment Green. HEX triplet: 18, AB and 4B. RGB value is (24,171,75). Sum of RGB (Red+Green+Blue) = 24+171+75=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 171 (67.19% from 255 or 63.33% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB4B is #E754B4. Grayscale: #747474. Windows color (decimal): -15160501 or 4959000. OLE color: 4959000.
HSL color Cylindrical-coordinate representation of color #18AB4B: hue angle of 140.82º 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 #18AB4B is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 75 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.33 |
| HSL | 140.82º | 0.75% | 0.38% | - |
| HSV(B) | 140.82º | 0.86% | 0.67% | - |
| XYZ | 16.21 | 29.83 | 11.56 | - |
| YUV | 116.1 | 104.8 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 75 | 0.86 | 0 | 0.56 | 0.33 | 140.82 | 0.75 | 0.38 |
| Hex | 18 | AB | 4B | 56 | 0 | 38 | 21 | 8D | 4B | 26 |
| Octal | 30 | 253 | 113 | 126 | 0 | 70 | 41 | 215 | 113 | 46 |
| Binary | 11000 | 10101011 | 1001011 | 1010110 | 0 | 111000 | 100001 | 10001101 | 1001011 | 100110 |
Color Harmonies of #18AB4B
Complementary color
Monochromatic Colors of #18AB4B
Black with #18AB4B
Text Example
Text Example
White with #18AB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB4B; }
p { color: rgb(24,171,75); }
H1.HeaderClassName
{
color: #18AB4B;
}
.AnyTagClassName
{
color: #18AB4B;
}
</style>
background-color css
<style>
a { background-color: #18AB4B; }
a { background-color: rgb(24,171,75); }
div.DivClassName
{
background-color: #18AB4B;
}
.BgClassName
{
background-color: #18AB4B;
}
</style>
border-color css
<style>
span { border-color: #18AB4B; }
span { border-color: rgb(24,171,75); }
td.TdClassName
{
border-color: #18AB4B;
}
.TagClassName
{
border-color: #18AB4B;
}
</style>