Shades of Pigment Green #1EB85A
Tints of Pigment Green #1EB85A
RGB
CMYK
RGB Variations
Color information
#1EB85A (or 0x1EB85A) is known color: Pigment Green. HEX triplet: 1E, B8 and 5A. RGB value is (30,184,90). Sum of RGB (Red+Green+Blue) = 30+184+90=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #1EB85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB85A is #E147A5. Grayscale: #7F7F7F. Windows color (decimal): -14763942 or 5945374. OLE color: 5945374.
HSL color Cylindrical-coordinate representation of color #1EB85A: hue angle of 143.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB85A is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 184 | 90 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.28 |
| HSL | 143.38º | 0.72% | 0.42% | - |
| HSV(B) | 143.38º | 0.84% | 0.72% | - |
| XYZ | 19.52 | 35.3 | 15.46 | - |
| YUV | 127.24 | 106.98 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 90 | 0.84 | 0 | 0.51 | 0.28 | 143.38 | 0.72 | 0.42 |
| Hex | 1E | B8 | 5A | 54 | 0 | 33 | 1C | 8F | 48 | 2A |
| Octal | 36 | 270 | 132 | 124 | 0 | 63 | 34 | 217 | 110 | 52 |
| Binary | 11110 | 10111000 | 1011010 | 1010100 | 0 | 110011 | 11100 | 10001111 | 1001000 | 101010 |
Color Harmonies of #1EB85A
Complementary color
Monochromatic Colors of #1EB85A
Black with #1EB85A
Text Example
Text Example
White with #1EB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB85A; }
p { color: rgb(30,184,90); }
H1.HeaderClassName
{
color: #1EB85A;
}
.AnyTagClassName
{
color: #1EB85A;
}
</style>
background-color css
<style>
a { background-color: #1EB85A; }
a { background-color: rgb(30,184,90); }
div.DivClassName
{
background-color: #1EB85A;
}
.BgClassName
{
background-color: #1EB85A;
}
</style>
border-color css
<style>
span { border-color: #1EB85A; }
span { border-color: rgb(30,184,90); }
td.TdClassName
{
border-color: #1EB85A;
}
.TagClassName
{
border-color: #1EB85A;
}
</style>