Shades of Pigment Green #18B955
Tints of Pigment Green #18B955
RGB
CMYK
RGB Variations
Color information
#18B955 (or 0x18B955) is known color: Pigment Green. HEX triplet: 18, B9 and 55. RGB value is (24,185,85). Sum of RGB (Red+Green+Blue) = 24+185+85=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 185 (72.66% from 255 or 62.93% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 185 - color contains mainly: green. Hex color #18B955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B955 is #E746AA. Grayscale: #7D7D7D. Windows color (decimal): -15156907 or 5617944. OLE color: 5617944.
HSL color Cylindrical-coordinate representation of color #18B955: hue angle of 142.73º 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 #18B955 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 185 | 85 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.27 |
| HSL | 142.73º | 0.77% | 0.41% | - |
| HSV(B) | 142.73º | 0.87% | 0.73% | - |
| XYZ | 19.37 | 35.55 | 14.44 | - |
| YUV | 125.46 | 105.16 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 185 | 85 | 0.87 | 0 | 0.54 | 0.27 | 142.73 | 0.77 | 0.41 |
| Hex | 18 | B9 | 55 | 57 | 0 | 36 | 1B | 8F | 4D | 29 |
| Octal | 30 | 271 | 125 | 127 | 0 | 66 | 33 | 217 | 115 | 51 |
| Binary | 11000 | 10111001 | 1010101 | 1010111 | 0 | 110110 | 11011 | 10001111 | 1001101 | 101001 |
Color Harmonies of #18B955
Complementary color
Monochromatic Colors of #18B955
Black with #18B955
Text Example
Text Example
White with #18B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B955; }
p { color: rgb(24,185,85); }
H1.HeaderClassName
{
color: #18B955;
}
.AnyTagClassName
{
color: #18B955;
}
</style>
background-color css
<style>
a { background-color: #18B955; }
a { background-color: rgb(24,185,85); }
div.DivClassName
{
background-color: #18B955;
}
.BgClassName
{
background-color: #18B955;
}
</style>
border-color css
<style>
span { border-color: #18B955; }
span { border-color: rgb(24,185,85); }
td.TdClassName
{
border-color: #18B955;
}
.TagClassName
{
border-color: #18B955;
}
</style>