Shades of Pigment Green #18A245
Tints of Pigment Green #18A245
RGB
CMYK
RGB Variations
Color information
#18A245 (or 0x18A245) is known color: Pigment Green. HEX triplet: 18, A2 and 45. RGB value is (24,162,69). Sum of RGB (Red+Green+Blue) = 24+162+69=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 162 (63.67% from 255 or 63.53% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 162 - color contains mainly: green. Hex color #18A245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A245 is #E75DBA. Grayscale: #6E6E6E. Windows color (decimal): -15162811 or 4563480. OLE color: 4563480.
HSL color Cylindrical-coordinate representation of color #18A245: hue angle of 139.57º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A245 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 69 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.36 |
| HSL | 139.57º | 0.74% | 0.36% | - |
| HSV(B) | 139.57º | 0.85% | 0.64% | - |
| XYZ | 14.37 | 26.46 | 9.98 | - |
| YUV | 110.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 69 | 0.85 | 0 | 0.57 | 0.36 | 139.57 | 0.74 | 0.36 |
| Hex | 18 | A2 | 45 | 55 | 0 | 39 | 24 | 8C | 4A | 24 |
| Octal | 30 | 242 | 105 | 125 | 0 | 71 | 44 | 214 | 112 | 44 |
| Binary | 11000 | 10100010 | 1000101 | 1010101 | 0 | 111001 | 100100 | 10001100 | 1001010 | 100100 |
Color Harmonies of #18A245
Complementary color
Monochromatic Colors of #18A245
Black with #18A245
Text Example
Text Example
White with #18A245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A245; }
p { color: rgb(24,162,69); }
H1.HeaderClassName
{
color: #18A245;
}
.AnyTagClassName
{
color: #18A245;
}
</style>
background-color css
<style>
a { background-color: #18A245; }
a { background-color: rgb(24,162,69); }
div.DivClassName
{
background-color: #18A245;
}
.BgClassName
{
background-color: #18A245;
}
</style>
border-color css
<style>
span { border-color: #18A245; }
span { border-color: rgb(24,162,69); }
td.TdClassName
{
border-color: #18A245;
}
.TagClassName
{
border-color: #18A245;
}
</style>