Shades of Pigment Green #18BA57
Tints of Pigment Green #18BA57
RGB
CMYK
RGB Variations
Color information
#18BA57 (or 0x18BA57) is known color: Pigment Green. HEX triplet: 18, BA and 57. RGB value is (24,186,87). Sum of RGB (Red+Green+Blue) = 24+186+87=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BA57 is #E745A8. Grayscale: #7E7E7E. Windows color (decimal): -15156649 or 5749272. OLE color: 5749272.
HSL color Cylindrical-coordinate representation of color #18BA57: hue angle of 143.33º 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 #18BA57 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 186 | 87 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.27 |
| HSL | 143.33º | 0.77% | 0.41% | - |
| HSV(B) | 143.33º | 0.87% | 0.73% | - |
| XYZ | 19.66 | 36 | 14.93 | - |
| YUV | 126.28 | 105.83 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 87 | 0.87 | 0 | 0.53 | 0.27 | 143.33 | 0.77 | 0.41 |
| Hex | 18 | BA | 57 | 57 | 0 | 35 | 1B | 8F | 4D | 29 |
| Octal | 30 | 272 | 127 | 127 | 0 | 65 | 33 | 217 | 115 | 51 |
| Binary | 11000 | 10111010 | 1010111 | 1010111 | 0 | 110101 | 11011 | 10001111 | 1001101 | 101001 |
Color Harmonies of #18BA57
Complementary color
Monochromatic Colors of #18BA57
Black with #18BA57
Text Example
Text Example
White with #18BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BA57; }
p { color: rgb(24,186,87); }
H1.HeaderClassName
{
color: #18BA57;
}
.AnyTagClassName
{
color: #18BA57;
}
</style>
background-color css
<style>
a { background-color: #18BA57; }
a { background-color: rgb(24,186,87); }
div.DivClassName
{
background-color: #18BA57;
}
.BgClassName
{
background-color: #18BA57;
}
</style>
border-color css
<style>
span { border-color: #18BA57; }
span { border-color: rgb(24,186,87); }
td.TdClassName
{
border-color: #18BA57;
}
.TagClassName
{
border-color: #18BA57;
}
</style>