Shades of Pigment Green #18A246
Tints of Pigment Green #18A246
RGB
CMYK
RGB Variations
Color information
#18A246 (or 0x18A246) is known color: Pigment Green. HEX triplet: 18, A2 and 46. RGB value is (24,162,70). Sum of RGB (Red+Green+Blue) = 24+162+70=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #18A246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A246 is #E75DB9. Grayscale: #6E6E6E. Windows color (decimal): -15162810 or 4629016. OLE color: 4629016.
HSL color Cylindrical-coordinate representation of color #18A246: hue angle of 140º 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 #18A246 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 70 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.36 |
| HSL | 140º | 0.74% | 0.36% | - |
| HSV(B) | 140º | 0.85% | 0.64% | - |
| XYZ | 14.4 | 26.48 | 10.15 | - |
| YUV | 110.25 | 105.28 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 70 | 0.85 | 0 | 0.57 | 0.36 | 140 | 0.74 | 0.36 |
| Hex | 18 | A2 | 46 | 55 | 0 | 39 | 24 | 8C | 4A | 24 |
| Octal | 30 | 242 | 106 | 125 | 0 | 71 | 44 | 214 | 112 | 44 |
| Binary | 11000 | 10100010 | 1000110 | 1010101 | 0 | 111001 | 100100 | 10001100 | 1001010 | 100100 |
Color Harmonies of #18A246
Complementary color
Monochromatic Colors of #18A246
Black with #18A246
Text Example
Text Example
White with #18A246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A246; }
p { color: rgb(24,162,70); }
H1.HeaderClassName
{
color: #18A246;
}
.AnyTagClassName
{
color: #18A246;
}
</style>
background-color css
<style>
a { background-color: #18A246; }
a { background-color: rgb(24,162,70); }
div.DivClassName
{
background-color: #18A246;
}
.BgClassName
{
background-color: #18A246;
}
</style>
border-color css
<style>
span { border-color: #18A246; }
span { border-color: rgb(24,162,70); }
td.TdClassName
{
border-color: #18A246;
}
.TagClassName
{
border-color: #18A246;
}
</style>