Shades of Pigment Green #18A658
Tints of Pigment Green #18A658
RGB
CMYK
RGB Variations
Color information
#18A658 (or 0x18A658) is known color: Pigment Green. HEX triplet: 18, A6 and 58. RGB value is (24,166,88). Sum of RGB (Red+Green+Blue) = 24+166+88=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #18A658 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A658 is #E759A7. Grayscale: #727272. Windows color (decimal): -15161768 or 5809688. OLE color: 5809688.
HSL color Cylindrical-coordinate representation of color #18A658: hue angle of 147.04º 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 #18A658 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 166 | 88 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.35 |
| HSL | 147.04º | 0.75% | 0.37% | - |
| HSV(B) | 147.04º | 0.86% | 0.65% | - |
| XYZ | 15.77 | 28.17 | 13.84 | - |
| YUV | 114.65 | 112.96 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 88 | 0.86 | 0 | 0.47 | 0.35 | 147.04 | 0.75 | 0.37 |
| Hex | 18 | A6 | 58 | 56 | 0 | 2F | 23 | 93 | 4B | 25 |
| Octal | 30 | 246 | 130 | 126 | 0 | 57 | 43 | 223 | 113 | 45 |
| Binary | 11000 | 10100110 | 1011000 | 1010110 | 0 | 101111 | 100011 | 10010011 | 1001011 | 100101 |
Color Harmonies of #18A658
Complementary color
Monochromatic Colors of #18A658
Black with #18A658
Text Example
Text Example
White with #18A658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A658; }
p { color: rgb(24,166,88); }
H1.HeaderClassName
{
color: #18A658;
}
.AnyTagClassName
{
color: #18A658;
}
</style>
background-color css
<style>
a { background-color: #18A658; }
a { background-color: rgb(24,166,88); }
div.DivClassName
{
background-color: #18A658;
}
.BgClassName
{
background-color: #18A658;
}
</style>
border-color css
<style>
span { border-color: #18A658; }
span { border-color: rgb(24,166,88); }
td.TdClassName
{
border-color: #18A658;
}
.TagClassName
{
border-color: #18A658;
}
</style>