Shades of Pigment Green #18A150
Tints of Pigment Green #18A150
RGB
CMYK
RGB Variations
Color information
#18A150 (or 0x18A150) is known color: Pigment Green. HEX triplet: 18, A1 and 50. RGB value is (24,161,80). Sum of RGB (Red+Green+Blue) = 24+161+80=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 161 (63.28% from 255 or 60.75% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 161 - color contains mainly: green. Hex color #18A150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A150 is #E75EAF. Grayscale: #6E6E6E. Windows color (decimal): -15163056 or 5284120. OLE color: 5284120.
HSL color Cylindrical-coordinate representation of color #18A150: hue angle of 144.53º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A150 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 80 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.37 |
| HSL | 144.53º | 0.74% | 0.36% | - |
| HSV(B) | 144.53º | 0.85% | 0.63% | - |
| XYZ | 14.57 | 26.26 | 11.89 | - |
| YUV | 110.8 | 110.61 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 80 | 0.85 | 0 | 0.50 | 0.37 | 144.53 | 0.74 | 0.36 |
| Hex | 18 | A1 | 50 | 55 | 0 | 32 | 25 | 91 | 4A | 24 |
| Octal | 30 | 241 | 120 | 125 | 0 | 62 | 45 | 221 | 112 | 44 |
| Binary | 11000 | 10100001 | 1010000 | 1010101 | 0 | 110010 | 100101 | 10010001 | 1001010 | 100100 |
Color Harmonies of #18A150
Complementary color
Monochromatic Colors of #18A150
Black with #18A150
Text Example
Text Example
White with #18A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A150; }
p { color: rgb(24,161,80); }
H1.HeaderClassName
{
color: #18A150;
}
.AnyTagClassName
{
color: #18A150;
}
</style>
background-color css
<style>
a { background-color: #18A150; }
a { background-color: rgb(24,161,80); }
div.DivClassName
{
background-color: #18A150;
}
.BgClassName
{
background-color: #18A150;
}
</style>
border-color css
<style>
span { border-color: #18A150; }
span { border-color: rgb(24,161,80); }
td.TdClassName
{
border-color: #18A150;
}
.TagClassName
{
border-color: #18A150;
}
</style>