Shades of Pigment Green #18A145
Tints of Pigment Green #18A145
RGB
CMYK
RGB Variations
Color information
#18A145 (or 0x18A145) is known color: Pigment Green. HEX triplet: 18, A1 and 45. RGB value is (24,161,69). Sum of RGB (Red+Green+Blue) = 24+161+69=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 161 (63.28% from 255 or 63.39% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 161 - color contains mainly: green. Hex color #18A145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A145 is #E75EBA. Grayscale: #6D6D6D. Windows color (decimal): -15163067 or 4563224. OLE color: 4563224.
HSL color Cylindrical-coordinate representation of color #18A145: hue angle of 139.71º 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 #18A145 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 69 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.37 |
| HSL | 139.71º | 0.74% | 0.36% | - |
| HSV(B) | 139.71º | 0.85% | 0.63% | - |
| XYZ | 14.2 | 26.11 | 9.92 | - |
| YUV | 109.55 | 105.11 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 69 | 0.85 | 0 | 0.57 | 0.37 | 139.71 | 0.74 | 0.36 |
| Hex | 18 | A1 | 45 | 55 | 0 | 39 | 25 | 8C | 4A | 24 |
| Octal | 30 | 241 | 105 | 125 | 0 | 71 | 45 | 214 | 112 | 44 |
| Binary | 11000 | 10100001 | 1000101 | 1010101 | 0 | 111001 | 100101 | 10001100 | 1001010 | 100100 |
Color Harmonies of #18A145
Complementary color
Monochromatic Colors of #18A145
Black with #18A145
Text Example
Text Example
White with #18A145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A145; }
p { color: rgb(24,161,69); }
H1.HeaderClassName
{
color: #18A145;
}
.AnyTagClassName
{
color: #18A145;
}
</style>
background-color css
<style>
a { background-color: #18A145; }
a { background-color: rgb(24,161,69); }
div.DivClassName
{
background-color: #18A145;
}
.BgClassName
{
background-color: #18A145;
}
</style>
border-color css
<style>
span { border-color: #18A145; }
span { border-color: rgb(24,161,69); }
td.TdClassName
{
border-color: #18A145;
}
.TagClassName
{
border-color: #18A145;
}
</style>