Shades of Pigment Green #18A356
Tints of Pigment Green #18A356
RGB
CMYK
RGB Variations
Color information
#18A356 (or 0x18A356) is known color: Pigment Green. HEX triplet: 18, A3 and 56. RGB value is (24,163,86). Sum of RGB (Red+Green+Blue) = 24+163+86=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #18A356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A356 is #E75CA9. Grayscale: #707070. Windows color (decimal): -15162538 or 5677848. OLE color: 5677848.
HSL color Cylindrical-coordinate representation of color #18A356: hue angle of 146.76º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A356 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 86 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.36 |
| HSL | 146.76º | 0.74% | 0.37% | - |
| HSV(B) | 146.76º | 0.85% | 0.64% | - |
| XYZ | 15.15 | 27.06 | 13.23 | - |
| YUV | 112.66 | 112.95 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 86 | 0.85 | 0 | 0.47 | 0.36 | 146.76 | 0.74 | 0.37 |
| Hex | 18 | A3 | 56 | 55 | 0 | 2F | 24 | 93 | 4A | 25 |
| Octal | 30 | 243 | 126 | 125 | 0 | 57 | 44 | 223 | 112 | 45 |
| Binary | 11000 | 10100011 | 1010110 | 1010101 | 0 | 101111 | 100100 | 10010011 | 1001010 | 100101 |
Color Harmonies of #18A356
Complementary color
Monochromatic Colors of #18A356
Black with #18A356
Text Example
Text Example
White with #18A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A356; }
p { color: rgb(24,163,86); }
H1.HeaderClassName
{
color: #18A356;
}
.AnyTagClassName
{
color: #18A356;
}
</style>
background-color css
<style>
a { background-color: #18A356; }
a { background-color: rgb(24,163,86); }
div.DivClassName
{
background-color: #18A356;
}
.BgClassName
{
background-color: #18A356;
}
</style>
border-color css
<style>
span { border-color: #18A356; }
span { border-color: rgb(24,163,86); }
td.TdClassName
{
border-color: #18A356;
}
.TagClassName
{
border-color: #18A356;
}
</style>