Shades of Pigment Green #18A05A
Tints of Pigment Green #18A05A
RGB
CMYK
RGB Variations
Color information
#18A05A (or 0x18A05A) is known color: Pigment Green. HEX triplet: 18, A0 and 5A. RGB value is (24,160,90). Sum of RGB (Red+Green+Blue) = 24+160+90=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #18A05A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A05A is #E75FA5. Grayscale: #6F6F6F. Windows color (decimal): -15163302 or 5939224. OLE color: 5939224.
HSL color Cylindrical-coordinate representation of color #18A05A: hue angle of 149.12º 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 #18A05A is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 90 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.37 |
| HSL | 149.12º | 0.74% | 0.36% | - |
| HSV(B) | 149.12º | 0.85% | 0.63% | - |
| XYZ | 14.79 | 26.07 | 13.93 | - |
| YUV | 111.36 | 115.94 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 90 | 0.85 | 0 | 0.44 | 0.37 | 149.12 | 0.74 | 0.36 |
| Hex | 18 | A0 | 5A | 55 | 0 | 2C | 25 | 95 | 4A | 24 |
| Octal | 30 | 240 | 132 | 125 | 0 | 54 | 45 | 225 | 112 | 44 |
| Binary | 11000 | 10100000 | 1011010 | 1010101 | 0 | 101100 | 100101 | 10010101 | 1001010 | 100100 |
Color Harmonies of #18A05A
Complementary color
Monochromatic Colors of #18A05A
Black with #18A05A
Text Example
Text Example
White with #18A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A05A; }
p { color: rgb(24,160,90); }
H1.HeaderClassName
{
color: #18A05A;
}
.AnyTagClassName
{
color: #18A05A;
}
</style>
background-color css
<style>
a { background-color: #18A05A; }
a { background-color: rgb(24,160,90); }
div.DivClassName
{
background-color: #18A05A;
}
.BgClassName
{
background-color: #18A05A;
}
</style>
border-color css
<style>
span { border-color: #18A05A; }
span { border-color: rgb(24,160,90); }
td.TdClassName
{
border-color: #18A05A;
}
.TagClassName
{
border-color: #18A05A;
}
</style>