Shades of Pigment Green #18B85B
Tints of Pigment Green #18B85B
RGB
CMYK
RGB Variations
Color information
#18B85B (or 0x18B85B) is known color: Pigment Green. HEX triplet: 18, B8 and 5B. RGB value is (24,184,91). Sum of RGB (Red+Green+Blue) = 24+184+91=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 184 (72.27% from 255 or 61.54% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 184 - color contains mainly: green. Hex color #18B85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B85B is #E747A4. Grayscale: #7D7D7D. Windows color (decimal): -15157157 or 6010904. OLE color: 6010904.
HSL color Cylindrical-coordinate representation of color #18B85B: hue angle of 145.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B85B is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 184 | 91 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.28 |
| HSL | 145.13º | 0.77% | 0.41% | - |
| HSV(B) | 145.13º | 0.87% | 0.72% | - |
| XYZ | 19.41 | 35.23 | 15.67 | - |
| YUV | 125.56 | 108.49 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 184 | 91 | 0.87 | 0 | 0.51 | 0.28 | 145.13 | 0.77 | 0.41 |
| Hex | 18 | B8 | 5B | 57 | 0 | 33 | 1C | 91 | 4D | 29 |
| Octal | 30 | 270 | 133 | 127 | 0 | 63 | 34 | 221 | 115 | 51 |
| Binary | 11000 | 10111000 | 1011011 | 1010111 | 0 | 110011 | 11100 | 10010001 | 1001101 | 101001 |
Color Harmonies of #18B85B
Complementary color
Monochromatic Colors of #18B85B
Black with #18B85B
Text Example
Text Example
White with #18B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B85B; }
p { color: rgb(24,184,91); }
H1.HeaderClassName
{
color: #18B85B;
}
.AnyTagClassName
{
color: #18B85B;
}
</style>
background-color css
<style>
a { background-color: #18B85B; }
a { background-color: rgb(24,184,91); }
div.DivClassName
{
background-color: #18B85B;
}
.BgClassName
{
background-color: #18B85B;
}
</style>
border-color css
<style>
span { border-color: #18B85B; }
span { border-color: rgb(24,184,91); }
td.TdClassName
{
border-color: #18B85B;
}
.TagClassName
{
border-color: #18B85B;
}
</style>