Shades of Pigment Green #18AA45
Tints of Pigment Green #18AA45
RGB
CMYK
RGB Variations
Color information
#18AA45 (or 0x18AA45) is known color: Pigment Green. HEX triplet: 18, AA and 45. RGB value is (24,170,69). Sum of RGB (Red+Green+Blue) = 24+170+69=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA45 is #E755BA. Grayscale: #737373. Windows color (decimal): -15160763 or 4565528. OLE color: 4565528.
HSL color Cylindrical-coordinate representation of color #18AA45: hue angle of 138.49º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA45 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 69 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.33 |
| HSL | 138.49º | 0.75% | 0.38% | - |
| HSV(B) | 138.49º | 0.86% | 0.67% | - |
| XYZ | 15.83 | 29.37 | 10.47 | - |
| YUV | 114.83 | 102.13 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 69 | 0.86 | 0 | 0.59 | 0.33 | 138.49 | 0.75 | 0.38 |
| Hex | 18 | AA | 45 | 56 | 0 | 3B | 21 | 8A | 4B | 26 |
| Octal | 30 | 252 | 105 | 126 | 0 | 73 | 41 | 212 | 113 | 46 |
| Binary | 11000 | 10101010 | 1000101 | 1010110 | 0 | 111011 | 100001 | 10001010 | 1001011 | 100110 |
Color Harmonies of #18AA45
Complementary color
Monochromatic Colors of #18AA45
Black with #18AA45
Text Example
Text Example
White with #18AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA45; }
p { color: rgb(24,170,69); }
H1.HeaderClassName
{
color: #18AA45;
}
.AnyTagClassName
{
color: #18AA45;
}
</style>
background-color css
<style>
a { background-color: #18AA45; }
a { background-color: rgb(24,170,69); }
div.DivClassName
{
background-color: #18AA45;
}
.BgClassName
{
background-color: #18AA45;
}
</style>
border-color css
<style>
span { border-color: #18AA45; }
span { border-color: rgb(24,170,69); }
td.TdClassName
{
border-color: #18AA45;
}
.TagClassName
{
border-color: #18AA45;
}
</style>