Shades of Pigment Green #18A141
Tints of Pigment Green #18A141
RGB
CMYK
RGB Variations
Color information
#18A141 (or 0x18A141) is known color: Pigment Green. HEX triplet: 18, A1 and 41. RGB value is (24,161,65). Sum of RGB (Red+Green+Blue) = 24+161+65=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 161 (63.28% from 255 or 64.4% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 161 - color contains mainly: green. Hex color #18A141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A141 is #E75EBE. Grayscale: #6D6D6D. Windows color (decimal): -15163071 or 4301080. OLE color: 4301080.
HSL color Cylindrical-coordinate representation of color #18A141: hue angle of 137.96º 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 #18A141 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 65 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.37 |
| HSL | 137.96º | 0.74% | 0.36% | - |
| HSV(B) | 137.96º | 0.85% | 0.63% | - |
| XYZ | 14.08 | 26.07 | 9.29 | - |
| YUV | 109.09 | 103.11 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 65 | 0.85 | 0 | 0.60 | 0.37 | 137.96 | 0.74 | 0.36 |
| Hex | 18 | A1 | 41 | 55 | 0 | 3C | 25 | 8A | 4A | 24 |
| Octal | 30 | 241 | 101 | 125 | 0 | 74 | 45 | 212 | 112 | 44 |
| Binary | 11000 | 10100001 | 1000001 | 1010101 | 0 | 111100 | 100101 | 10001010 | 1001010 | 100100 |
Color Harmonies of #18A141
Complementary color
Monochromatic Colors of #18A141
Black with #18A141
Text Example
Text Example
White with #18A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A141; }
p { color: rgb(24,161,65); }
H1.HeaderClassName
{
color: #18A141;
}
.AnyTagClassName
{
color: #18A141;
}
</style>
background-color css
<style>
a { background-color: #18A141; }
a { background-color: rgb(24,161,65); }
div.DivClassName
{
background-color: #18A141;
}
.BgClassName
{
background-color: #18A141;
}
</style>
border-color css
<style>
span { border-color: #18A141; }
span { border-color: rgb(24,161,65); }
td.TdClassName
{
border-color: #18A141;
}
.TagClassName
{
border-color: #18A141;
}
</style>