Shades of Pigment Green #18A650
Tints of Pigment Green #18A650
RGB
CMYK
RGB Variations
Color information
#18A650 (or 0x18A650) is known color: Pigment Green. HEX triplet: 18, A6 and 50. RGB value is (24,166,80). Sum of RGB (Red+Green+Blue) = 24+166+80=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 166 (65.23% from 255 or 61.48% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 166 - color contains mainly: green. Hex color #18A650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A650 is #E759AF. Grayscale: #717171. Windows color (decimal): -15161776 or 5285400. OLE color: 5285400.
HSL color Cylindrical-coordinate representation of color #18A650: hue angle of 143.66º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A650 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 166 | 80 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.35 |
| HSL | 143.66º | 0.75% | 0.37% | - |
| HSV(B) | 143.66º | 0.86% | 0.65% | - |
| XYZ | 15.46 | 28.05 | 12.19 | - |
| YUV | 113.74 | 108.96 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 80 | 0.86 | 0 | 0.52 | 0.35 | 143.66 | 0.75 | 0.37 |
| Hex | 18 | A6 | 50 | 56 | 0 | 34 | 23 | 90 | 4B | 25 |
| Octal | 30 | 246 | 120 | 126 | 0 | 64 | 43 | 220 | 113 | 45 |
| Binary | 11000 | 10100110 | 1010000 | 1010110 | 0 | 110100 | 100011 | 10010000 | 1001011 | 100101 |
Color Harmonies of #18A650
Complementary color
Monochromatic Colors of #18A650
Black with #18A650
Text Example
Text Example
White with #18A650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A650; }
p { color: rgb(24,166,80); }
H1.HeaderClassName
{
color: #18A650;
}
.AnyTagClassName
{
color: #18A650;
}
</style>
background-color css
<style>
a { background-color: #18A650; }
a { background-color: rgb(24,166,80); }
div.DivClassName
{
background-color: #18A650;
}
.BgClassName
{
background-color: #18A650;
}
</style>
border-color css
<style>
span { border-color: #18A650; }
span { border-color: rgb(24,166,80); }
td.TdClassName
{
border-color: #18A650;
}
.TagClassName
{
border-color: #18A650;
}
</style>