Shades of Pigment Green #18A045
Tints of Pigment Green #18A045
RGB
CMYK
RGB Variations
Color information
#18A045 (or 0x18A045) is known color: Pigment Green. HEX triplet: 18, A0 and 45. RGB value is (24,160,69). Sum of RGB (Red+Green+Blue) = 24+160+69=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #18A045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A045 is #E75FBA. Grayscale: #6D6D6D. Windows color (decimal): -15163323 or 4562968. OLE color: 4562968.
HSL color Cylindrical-coordinate representation of color #18A045: hue angle of 139.85º 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 #18A045 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 69 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.37 |
| HSL | 139.85º | 0.74% | 0.36% | - |
| HSV(B) | 139.85º | 0.85% | 0.63% | - |
| XYZ | 14.02 | 25.77 | 9.86 | - |
| YUV | 108.96 | 105.44 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 69 | 0.85 | 0 | 0.57 | 0.37 | 139.85 | 0.74 | 0.36 |
| Hex | 18 | A0 | 45 | 55 | 0 | 39 | 25 | 8C | 4A | 24 |
| Octal | 30 | 240 | 105 | 125 | 0 | 71 | 45 | 214 | 112 | 44 |
| Binary | 11000 | 10100000 | 1000101 | 1010101 | 0 | 111001 | 100101 | 10001100 | 1001010 | 100100 |
Color Harmonies of #18A045
Complementary color
Monochromatic Colors of #18A045
Black with #18A045
Text Example
Text Example
White with #18A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A045; }
p { color: rgb(24,160,69); }
H1.HeaderClassName
{
color: #18A045;
}
.AnyTagClassName
{
color: #18A045;
}
</style>
background-color css
<style>
a { background-color: #18A045; }
a { background-color: rgb(24,160,69); }
div.DivClassName
{
background-color: #18A045;
}
.BgClassName
{
background-color: #18A045;
}
</style>
border-color css
<style>
span { border-color: #18A045; }
span { border-color: rgb(24,160,69); }
td.TdClassName
{
border-color: #18A045;
}
.TagClassName
{
border-color: #18A045;
}
</style>