Shades of Pigment Green #18B350
Tints of Pigment Green #18B350
RGB
CMYK
RGB Variations
Color information
#18B350 (or 0x18B350) is known color: Pigment Green. HEX triplet: 18, B3 and 50. RGB value is (24,179,80). Sum of RGB (Red+Green+Blue) = 24+179+80=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #18B350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B350 is #E74CAF. Grayscale: #797979. Windows color (decimal): -15158448 or 5288728. OLE color: 5288728.
HSL color Cylindrical-coordinate representation of color #18B350: hue angle of 141.68º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B350 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 80 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.30 |
| HSL | 141.68º | 0.76% | 0.4% | - |
| HSV(B) | 141.68º | 0.87% | 0.7% | - |
| XYZ | 17.94 | 33.01 | 13.02 | - |
| YUV | 121.37 | 104.65 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 80 | 0.87 | 0 | 0.55 | 0.30 | 141.68 | 0.76 | 0.4 |
| Hex | 18 | B3 | 50 | 57 | 0 | 37 | 1E | 8E | 4C | 28 |
| Octal | 30 | 263 | 120 | 127 | 0 | 67 | 36 | 216 | 114 | 50 |
| Binary | 11000 | 10110011 | 1010000 | 1010111 | 0 | 110111 | 11110 | 10001110 | 1001100 | 101000 |
Color Harmonies of #18B350
Complementary color
Monochromatic Colors of #18B350
Black with #18B350
Text Example
Text Example
White with #18B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B350; }
p { color: rgb(24,179,80); }
H1.HeaderClassName
{
color: #18B350;
}
.AnyTagClassName
{
color: #18B350;
}
</style>
background-color css
<style>
a { background-color: #18B350; }
a { background-color: rgb(24,179,80); }
div.DivClassName
{
background-color: #18B350;
}
.BgClassName
{
background-color: #18B350;
}
</style>
border-color css
<style>
span { border-color: #18B350; }
span { border-color: rgb(24,179,80); }
td.TdClassName
{
border-color: #18B350;
}
.TagClassName
{
border-color: #18B350;
}
</style>