Shades of Pigment Green #18A257
Tints of Pigment Green #18A257
RGB
CMYK
RGB Variations
Color information
#18A257 (or 0x18A257) is known color: Pigment Green. HEX triplet: 18, A2 and 57. RGB value is (24,162,87). Sum of RGB (Red+Green+Blue) = 24+162+87=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #18A257 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A257 is #E75DA8. Grayscale: #707070. Windows color (decimal): -15162793 or 5743128. OLE color: 5743128.
HSL color Cylindrical-coordinate representation of color #18A257: hue angle of 147.39º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A257 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 87 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.36 |
| HSL | 147.39º | 0.74% | 0.36% | - |
| HSV(B) | 147.39º | 0.85% | 0.64% | - |
| XYZ | 15.02 | 26.72 | 13.38 | - |
| YUV | 112.19 | 113.78 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 87 | 0.85 | 0 | 0.46 | 0.36 | 147.39 | 0.74 | 0.36 |
| Hex | 18 | A2 | 57 | 55 | 0 | 2E | 24 | 93 | 4A | 24 |
| Octal | 30 | 242 | 127 | 125 | 0 | 56 | 44 | 223 | 112 | 44 |
| Binary | 11000 | 10100010 | 1010111 | 1010101 | 0 | 101110 | 100100 | 10010011 | 1001010 | 100100 |
Color Harmonies of #18A257
Complementary color
Monochromatic Colors of #18A257
Black with #18A257
Text Example
Text Example
White with #18A257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A257; }
p { color: rgb(24,162,87); }
H1.HeaderClassName
{
color: #18A257;
}
.AnyTagClassName
{
color: #18A257;
}
</style>
background-color css
<style>
a { background-color: #18A257; }
a { background-color: rgb(24,162,87); }
div.DivClassName
{
background-color: #18A257;
}
.BgClassName
{
background-color: #18A257;
}
</style>
border-color css
<style>
span { border-color: #18A257; }
span { border-color: rgb(24,162,87); }
td.TdClassName
{
border-color: #18A257;
}
.TagClassName
{
border-color: #18A257;
}
</style>