Shades of Pigment Green #18A043
Tints of Pigment Green #18A043
RGB
CMYK
RGB Variations
Color information
#18A043 (or 0x18A043) is known color: Pigment Green. HEX triplet: 18, A0 and 43. RGB value is (24,160,67). Sum of RGB (Red+Green+Blue) = 24+160+67=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 160 (62.89% from 255 or 63.75% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 160 - color contains mainly: green. Hex color #18A043 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A043 is #E75FBC. Grayscale: #6C6C6C. Windows color (decimal): -15163325 or 4431896. OLE color: 4431896.
HSL color Cylindrical-coordinate representation of color #18A043: hue angle of 138.97º 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 #18A043 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 67 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.37 |
| HSL | 138.97º | 0.74% | 0.36% | - |
| HSV(B) | 138.97º | 0.85% | 0.63% | - |
| XYZ | 13.96 | 25.74 | 9.54 | - |
| YUV | 108.73 | 104.44 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 67 | 0.85 | 0 | 0.58 | 0.37 | 138.97 | 0.74 | 0.36 |
| Hex | 18 | A0 | 43 | 55 | 0 | 3A | 25 | 8B | 4A | 24 |
| Octal | 30 | 240 | 103 | 125 | 0 | 72 | 45 | 213 | 112 | 44 |
| Binary | 11000 | 10100000 | 1000011 | 1010101 | 0 | 111010 | 100101 | 10001011 | 1001010 | 100100 |
Color Harmonies of #18A043
Complementary color
Monochromatic Colors of #18A043
Black with #18A043
Text Example
Text Example
White with #18A043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A043; }
p { color: rgb(24,160,67); }
H1.HeaderClassName
{
color: #18A043;
}
.AnyTagClassName
{
color: #18A043;
}
</style>
background-color css
<style>
a { background-color: #18A043; }
a { background-color: rgb(24,160,67); }
div.DivClassName
{
background-color: #18A043;
}
.BgClassName
{
background-color: #18A043;
}
</style>
border-color css
<style>
span { border-color: #18A043; }
span { border-color: rgb(24,160,67); }
td.TdClassName
{
border-color: #18A043;
}
.TagClassName
{
border-color: #18A043;
}
</style>