Shades of Spring Green #18F175
Tints of Spring Green #18F175
RGB
CMYK
RGB Variations
Color information
#18F175 (or 0x18F175) is known color: Spring Green. HEX triplet: 18, F1 and 75. RGB value is (24,241,117). Sum of RGB (Red+Green+Blue) = 24+241+117=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #18F175 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F175 is #E70E8A. Grayscale: #A2A2A2. Windows color (decimal): -15142539 or 7729432. OLE color: 7729432.
HSL color Cylindrical-coordinate representation of color #18F175: hue angle of 145.71º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F175 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 117 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.05 |
| HSL | 145.71º | 0.89% | 0.52% | - |
| HSV(B) | 145.71º | 0.9% | 0.95% | - |
| XYZ | 35.04 | 64.39 | 27.41 | - |
| YUV | 161.98 | 102.61 | 29.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 117 | 0.90 | 0 | 0.51 | 0.05 | 145.71 | 0.89 | 0.52 |
| Hex | 18 | F1 | 75 | 5A | 0 | 33 | 5 | 92 | 59 | 34 |
| Octal | 30 | 361 | 165 | 132 | 0 | 63 | 5 | 222 | 131 | 64 |
| Binary | 11000 | 11110001 | 1110101 | 1011010 | 0 | 110011 | 101 | 10010010 | 1011001 | 110100 |
Color Harmonies of #18F175
Complementary color
Monochromatic Colors of #18F175
Black with #18F175
Text Example
Text Example
White with #18F175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F175; }
p { color: rgb(24,241,117); }
H1.HeaderClassName
{
color: #18F175;
}
.AnyTagClassName
{
color: #18F175;
}
</style>
background-color css
<style>
a { background-color: #18F175; }
a { background-color: rgb(24,241,117); }
div.DivClassName
{
background-color: #18F175;
}
.BgClassName
{
background-color: #18F175;
}
</style>
border-color css
<style>
span { border-color: #18F175; }
span { border-color: rgb(24,241,117); }
td.TdClassName
{
border-color: #18F175;
}
.TagClassName
{
border-color: #18F175;
}
</style>