Shades of Spring Green #18F08A
Tints of Spring Green #18F08A
RGB
CMYK
RGB Variations
Color information
#18F08A (or 0x18F08A) is known color: Spring Green. HEX triplet: 18, F0 and 8A. RGB value is (24,240,138). Sum of RGB (Red+Green+Blue) = 24+240+138=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 240 (94.14% from 255 or 59.70% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 240 - color contains mainly: green. Hex color #18F08A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F08A is #E70F75. Grayscale: #A3A3A3. Windows color (decimal): -15142774 or 9105432. OLE color: 9105432.
HSL color Cylindrical-coordinate representation of color #18F08A: hue angle of 151.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 #18F08A is Cyan = 0.9, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 138 | - |
| CMYK | 0.9 | 0 | 0.42 | 0.06 |
| HSL | 151.67º | 0.88% | 0.52% | - |
| HSV(B) | 151.67º | 0.9% | 0.94% | - |
| XYZ | 36.12 | 64.35 | 34.56 | - |
| YUV | 163.79 | 113.44 | 28.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 138 | 0.9 | 0 | 0.42 | 0.06 | 151.67 | 0.88 | 0.52 |
| Hex | 18 | F0 | 8A | 5A | 0 | 2A | 6 | 98 | 58 | 34 |
| Octal | 30 | 360 | 212 | 132 | 0 | 52 | 6 | 230 | 130 | 64 |
| Binary | 11000 | 11110000 | 10001010 | 1011010 | 0 | 101010 | 110 | 10011000 | 1011000 | 110100 |
Color Harmonies of #18F08A
Complementary color
Monochromatic Colors of #18F08A
Black with #18F08A
Text Example
Text Example
White with #18F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F08A; }
p { color: rgb(24,240,138); }
H1.HeaderClassName
{
color: #18F08A;
}
.AnyTagClassName
{
color: #18F08A;
}
</style>
background-color css
<style>
a { background-color: #18F08A; }
a { background-color: rgb(24,240,138); }
div.DivClassName
{
background-color: #18F08A;
}
.BgClassName
{
background-color: #18F08A;
}
</style>
border-color css
<style>
span { border-color: #18F08A; }
span { border-color: rgb(24,240,138); }
td.TdClassName
{
border-color: #18F08A;
}
.TagClassName
{
border-color: #18F08A;
}
</style>