Shades of Spring Green #18FB7A
Tints of Spring Green #18FB7A
RGB
CMYK
RGB Variations
Color information
#18FB7A (or 0x18FB7A) is known color: Spring Green. HEX triplet: 18, FB and 7A. RGB value is (24,251,122). Sum of RGB (Red+Green+Blue) = 24+251+122=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 251 (98.44% from 255 or 63.22% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 251 - color contains mainly: green. Hex color #18FB7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FB7A is #E70485. Grayscale: #A8A8A8. Windows color (decimal): -15139974 or 8059672. OLE color: 8059672.
HSL color Cylindrical-coordinate representation of color #18FB7A: hue angle of 145.9º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FB7A is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 251 | 122 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.02 |
| HSL | 145.9º | 0.97% | 0.54% | - |
| HSV(B) | 145.9º | 0.9% | 0.98% | - |
| XYZ | 38.39 | 70.59 | 30.02 | - |
| YUV | 168.42 | 101.79 | 24.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 251 | 122 | 0.90 | 0 | 0.51 | 0.02 | 145.9 | 0.97 | 0.54 |
| Hex | 18 | FB | 7A | 5A | 0 | 33 | 2 | 92 | 61 | 36 |
| Octal | 30 | 373 | 172 | 132 | 0 | 63 | 2 | 222 | 141 | 66 |
| Binary | 11000 | 11111011 | 1111010 | 1011010 | 0 | 110011 | 10 | 10010010 | 1100001 | 110110 |
Color Harmonies of #18FB7A
Complementary color
Monochromatic Colors of #18FB7A
Black with #18FB7A
Text Example
Text Example
White with #18FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FB7A; }
p { color: rgb(24,251,122); }
H1.HeaderClassName
{
color: #18FB7A;
}
.AnyTagClassName
{
color: #18FB7A;
}
</style>
background-color css
<style>
a { background-color: #18FB7A; }
a { background-color: rgb(24,251,122); }
div.DivClassName
{
background-color: #18FB7A;
}
.BgClassName
{
background-color: #18FB7A;
}
</style>
border-color css
<style>
span { border-color: #18FB7A; }
span { border-color: rgb(24,251,122); }
td.TdClassName
{
border-color: #18FB7A;
}
.TagClassName
{
border-color: #18FB7A;
}
</style>