Shades of Pigment Green #18A444
Tints of Pigment Green #18A444
RGB
CMYK
RGB Variations
Color information
#18A444 (or 0x18A444) is known color: Pigment Green. HEX triplet: 18, A4 and 44. RGB value is (24,164,68). Sum of RGB (Red+Green+Blue) = 24+164+68=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #18A444 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A444 is #E75BBB. Grayscale: #6F6F6F. Windows color (decimal): -15162300 or 4498456. OLE color: 4498456.
HSL color Cylindrical-coordinate representation of color #18A444: hue angle of 138.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A444 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 68 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.36 |
| HSL | 138.86º | 0.74% | 0.37% | - |
| HSV(B) | 138.86º | 0.85% | 0.64% | - |
| XYZ | 14.7 | 27.16 | 9.94 | - |
| YUV | 111.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 68 | 0.85 | 0 | 0.59 | 0.36 | 138.86 | 0.74 | 0.37 |
| Hex | 18 | A4 | 44 | 55 | 0 | 3B | 24 | 8B | 4A | 25 |
| Octal | 30 | 244 | 104 | 125 | 0 | 73 | 44 | 213 | 112 | 45 |
| Binary | 11000 | 10100100 | 1000100 | 1010101 | 0 | 111011 | 100100 | 10001011 | 1001010 | 100101 |
Color Harmonies of #18A444
Complementary color
Monochromatic Colors of #18A444
Black with #18A444
Text Example
Text Example
White with #18A444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A444; }
p { color: rgb(24,164,68); }
H1.HeaderClassName
{
color: #18A444;
}
.AnyTagClassName
{
color: #18A444;
}
</style>
background-color css
<style>
a { background-color: #18A444; }
a { background-color: rgb(24,164,68); }
div.DivClassName
{
background-color: #18A444;
}
.BgClassName
{
background-color: #18A444;
}
</style>
border-color css
<style>
span { border-color: #18A444; }
span { border-color: rgb(24,164,68); }
td.TdClassName
{
border-color: #18A444;
}
.TagClassName
{
border-color: #18A444;
}
</style>