Shades of Spring Green #18F580
Tints of Spring Green #18F580
RGB
CMYK
RGB Variations
Color information
#18F580 (or 0x18F580) is known color: Spring Green. HEX triplet: 18, F5 and 80. RGB value is (24,245,128). Sum of RGB (Red+Green+Blue) = 24+245+128=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 245 (96.09% from 255 or 61.71% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 245 - color contains mainly: green. Hex color #18F580 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F580 is #E70A7F. Grayscale: #A5A5A5. Windows color (decimal): -15141504 or 8451352. OLE color: 8451352.
HSL color Cylindrical-coordinate representation of color #18F580: hue angle of 148.24º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F580 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 245 | 128 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.04 |
| HSL | 148.24º | 0.92% | 0.53% | - |
| HSV(B) | 148.24º | 0.9% | 0.96% | - |
| XYZ | 36.93 | 67.06 | 31.42 | - |
| YUV | 165.58 | 106.78 | 27.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 245 | 128 | 0.90 | 0 | 0.48 | 0.04 | 148.24 | 0.92 | 0.53 |
| Hex | 18 | F5 | 80 | 5A | 0 | 30 | 4 | 94 | 5C | 35 |
| Octal | 30 | 365 | 200 | 132 | 0 | 60 | 4 | 224 | 134 | 65 |
| Binary | 11000 | 11110101 | 10000000 | 1011010 | 0 | 110000 | 100 | 10010100 | 1011100 | 110101 |
Color Harmonies of #18F580
Complementary color
Monochromatic Colors of #18F580
Black with #18F580
Text Example
Text Example
White with #18F580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F580; }
p { color: rgb(24,245,128); }
H1.HeaderClassName
{
color: #18F580;
}
.AnyTagClassName
{
color: #18F580;
}
</style>
background-color css
<style>
a { background-color: #18F580; }
a { background-color: rgb(24,245,128); }
div.DivClassName
{
background-color: #18F580;
}
.BgClassName
{
background-color: #18F580;
}
</style>
border-color css
<style>
span { border-color: #18F580; }
span { border-color: rgb(24,245,128); }
td.TdClassName
{
border-color: #18F580;
}
.TagClassName
{
border-color: #18F580;
}
</style>