Shades of Pigment Green #18BA56
Tints of Pigment Green #18BA56
RGB
CMYK
RGB Variations
Color information
#18BA56 (or 0x18BA56) is known color: Pigment Green. HEX triplet: 18, BA and 56. RGB value is (24,186,86). Sum of RGB (Red+Green+Blue) = 24+186+86=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BA56 is #E745A9. Grayscale: #7E7E7E. Windows color (decimal): -15156650 or 5683736. OLE color: 5683736.
HSL color Cylindrical-coordinate representation of color #18BA56: hue angle of 142.96º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA56 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 186 | 86 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.27 |
| HSL | 142.96º | 0.77% | 0.41% | - |
| HSV(B) | 142.96º | 0.87% | 0.73% | - |
| XYZ | 19.62 | 35.98 | 14.72 | - |
| YUV | 126.16 | 105.33 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 86 | 0.87 | 0 | 0.54 | 0.27 | 142.96 | 0.77 | 0.41 |
| Hex | 18 | BA | 56 | 57 | 0 | 36 | 1B | 8F | 4D | 29 |
| Octal | 30 | 272 | 126 | 127 | 0 | 66 | 33 | 217 | 115 | 51 |
| Binary | 11000 | 10111010 | 1010110 | 1010111 | 0 | 110110 | 11011 | 10001111 | 1001101 | 101001 |
Color Harmonies of #18BA56
Complementary color
Monochromatic Colors of #18BA56
Black with #18BA56
Text Example
Text Example
White with #18BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BA56; }
p { color: rgb(24,186,86); }
H1.HeaderClassName
{
color: #18BA56;
}
.AnyTagClassName
{
color: #18BA56;
}
</style>
background-color css
<style>
a { background-color: #18BA56; }
a { background-color: rgb(24,186,86); }
div.DivClassName
{
background-color: #18BA56;
}
.BgClassName
{
background-color: #18BA56;
}
</style>
border-color css
<style>
span { border-color: #18BA56; }
span { border-color: rgb(24,186,86); }
td.TdClassName
{
border-color: #18BA56;
}
.TagClassName
{
border-color: #18BA56;
}
</style>