Shades of Pigment Green #18BA58
Tints of Pigment Green #18BA58
RGB
CMYK
RGB Variations
Color information
#18BA58 (or 0x18BA58) is known color: Pigment Green. HEX triplet: 18, BA and 58. RGB value is (24,186,88). Sum of RGB (Red+Green+Blue) = 24+186+88=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BA58 is #E745A7. Grayscale: #7E7E7E. Windows color (decimal): -15156648 or 5814808. OLE color: 5814808.
HSL color Cylindrical-coordinate representation of color #18BA58: hue angle of 143.7º 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 #18BA58 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 186 | 88 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.27 |
| HSL | 143.7º | 0.77% | 0.41% | - |
| HSV(B) | 143.7º | 0.87% | 0.73% | - |
| XYZ | 19.7 | 36.02 | 15.15 | - |
| YUV | 126.39 | 106.33 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 88 | 0.87 | 0 | 0.53 | 0.27 | 143.7 | 0.77 | 0.41 |
| Hex | 18 | BA | 58 | 57 | 0 | 35 | 1B | 90 | 4D | 29 |
| Octal | 30 | 272 | 130 | 127 | 0 | 65 | 33 | 220 | 115 | 51 |
| Binary | 11000 | 10111010 | 1011000 | 1010111 | 0 | 110101 | 11011 | 10010000 | 1001101 | 101001 |
Color Harmonies of #18BA58
Complementary color
Monochromatic Colors of #18BA58
Black with #18BA58
Text Example
Text Example
White with #18BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BA58; }
p { color: rgb(24,186,88); }
H1.HeaderClassName
{
color: #18BA58;
}
.AnyTagClassName
{
color: #18BA58;
}
</style>
background-color css
<style>
a { background-color: #18BA58; }
a { background-color: rgb(24,186,88); }
div.DivClassName
{
background-color: #18BA58;
}
.BgClassName
{
background-color: #18BA58;
}
</style>
border-color css
<style>
span { border-color: #18BA58; }
span { border-color: rgb(24,186,88); }
td.TdClassName
{
border-color: #18BA58;
}
.TagClassName
{
border-color: #18BA58;
}
</style>