Shades of Spring Green #18EB85
Tints of Spring Green #18EB85
RGB
CMYK
RGB Variations
Color information
#18EB85 (or 0x18EB85) is known color: Spring Green. HEX triplet: 18, EB and 85. RGB value is (24,235,133). Sum of RGB (Red+Green+Blue) = 24+235+133=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 235 (92.19% from 255 or 59.95% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 235 - color contains mainly: green. Hex color #18EB85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18EB85 is #E7147A. Grayscale: #A0A0A0. Windows color (decimal): -15144059 or 8776472. OLE color: 8776472.
HSL color Cylindrical-coordinate representation of color #18EB85: hue angle of 151º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EB85 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 235 | 133 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.08 |
| HSL | 151º | 0.84% | 0.51% | - |
| HSV(B) | 151º | 0.9% | 0.92% | - |
| XYZ | 34.32 | 61.3 | 32.21 | - |
| YUV | 160.28 | 112.6 | 30.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 235 | 133 | 0.90 | 0 | 0.43 | 0.08 | 151 | 0.84 | 0.51 |
| Hex | 18 | EB | 85 | 5A | 0 | 2B | 8 | 97 | 54 | 33 |
| Octal | 30 | 353 | 205 | 132 | 0 | 53 | 10 | 227 | 124 | 63 |
| Binary | 11000 | 11101011 | 10000101 | 1011010 | 0 | 101011 | 1000 | 10010111 | 1010100 | 110011 |
Color Harmonies of #18EB85
Complementary color
Monochromatic Colors of #18EB85
Black with #18EB85
Text Example
Text Example
White with #18EB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EB85; }
p { color: rgb(24,235,133); }
H1.HeaderClassName
{
color: #18EB85;
}
.AnyTagClassName
{
color: #18EB85;
}
</style>
background-color css
<style>
a { background-color: #18EB85; }
a { background-color: rgb(24,235,133); }
div.DivClassName
{
background-color: #18EB85;
}
.BgClassName
{
background-color: #18EB85;
}
</style>
border-color css
<style>
span { border-color: #18EB85; }
span { border-color: rgb(24,235,133); }
td.TdClassName
{
border-color: #18EB85;
}
.TagClassName
{
border-color: #18EB85;
}
</style>