Shades of Pigment Green #18A54D
Tints of Pigment Green #18A54D
RGB
CMYK
RGB Variations
Color information
#18A54D (or 0x18A54D) is known color: Pigment Green. HEX triplet: 18, A5 and 4D. RGB value is (24,165,77). Sum of RGB (Red+Green+Blue) = 24+165+77=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 165 (64.84% from 255 or 62.03% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 165 - color contains mainly: green. Hex color #18A54D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A54D is #E75AB2. Grayscale: #717171. Windows color (decimal): -15162035 or 5088536. OLE color: 5088536.
HSL color Cylindrical-coordinate representation of color #18A54D: hue angle of 142.55º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A54D is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 165 | 77 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.35 |
| HSL | 142.55º | 0.75% | 0.37% | - |
| HSV(B) | 142.55º | 0.85% | 0.65% | - |
| XYZ | 15.17 | 27.64 | 11.56 | - |
| YUV | 112.81 | 107.79 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 77 | 0.85 | 0 | 0.53 | 0.35 | 142.55 | 0.75 | 0.37 |
| Hex | 18 | A5 | 4D | 55 | 0 | 35 | 23 | 8F | 4B | 25 |
| Octal | 30 | 245 | 115 | 125 | 0 | 65 | 43 | 217 | 113 | 45 |
| Binary | 11000 | 10100101 | 1001101 | 1010101 | 0 | 110101 | 100011 | 10001111 | 1001011 | 100101 |
Color Harmonies of #18A54D
Complementary color
Monochromatic Colors of #18A54D
Black with #18A54D
Text Example
Text Example
White with #18A54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A54D; }
p { color: rgb(24,165,77); }
H1.HeaderClassName
{
color: #18A54D;
}
.AnyTagClassName
{
color: #18A54D;
}
</style>
background-color css
<style>
a { background-color: #18A54D; }
a { background-color: rgb(24,165,77); }
div.DivClassName
{
background-color: #18A54D;
}
.BgClassName
{
background-color: #18A54D;
}
</style>
border-color css
<style>
span { border-color: #18A54D; }
span { border-color: rgb(24,165,77); }
td.TdClassName
{
border-color: #18A54D;
}
.TagClassName
{
border-color: #18A54D;
}
</style>