Shades of Spring Green #18F078
Tints of Spring Green #18F078
RGB
CMYK
RGB Variations
Color information
#18F078 (or 0x18F078) is known color: Spring Green. HEX triplet: 18, F0 and 78. RGB value is (24,240,120). Sum of RGB (Red+Green+Blue) = 24+240+120=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 240 (94.14% from 255 or 62.5% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 240 - color contains mainly: green. Hex color #18F078 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F078 is #E70F87. Grayscale: #A1A1A1. Windows color (decimal): -15142792 or 7925784. OLE color: 7925784.
HSL color Cylindrical-coordinate representation of color #18F078: hue angle of 146.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F078 is Cyan = 0.9, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 120 | - |
| CMYK | 0.9 | 0 | 0.5 | 0.06 |
| HSL | 146.67º | 0.88% | 0.52% | - |
| HSV(B) | 146.67º | 0.9% | 0.94% | - |
| XYZ | 34.93 | 63.87 | 28.26 | - |
| YUV | 161.74 | 104.44 | 29.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 120 | 0.9 | 0 | 0.5 | 0.06 | 146.67 | 0.88 | 0.52 |
| Hex | 18 | F0 | 78 | 5A | 0 | 32 | 6 | 93 | 58 | 34 |
| Octal | 30 | 360 | 170 | 132 | 0 | 62 | 6 | 223 | 130 | 64 |
| Binary | 11000 | 11110000 | 1111000 | 1011010 | 0 | 110010 | 110 | 10010011 | 1011000 | 110100 |
Color Harmonies of #18F078
Complementary color
Monochromatic Colors of #18F078
Black with #18F078
Text Example
Text Example
White with #18F078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F078; }
p { color: rgb(24,240,120); }
H1.HeaderClassName
{
color: #18F078;
}
.AnyTagClassName
{
color: #18F078;
}
</style>
background-color css
<style>
a { background-color: #18F078; }
a { background-color: rgb(24,240,120); }
div.DivClassName
{
background-color: #18F078;
}
.BgClassName
{
background-color: #18F078;
}
</style>
border-color css
<style>
span { border-color: #18F078; }
span { border-color: rgb(24,240,120); }
td.TdClassName
{
border-color: #18F078;
}
.TagClassName
{
border-color: #18F078;
}
</style>