Shades of Spring Green #18FA7A
Tints of Spring Green #18FA7A
RGB
CMYK
RGB Variations
Color information
#18FA7A (or 0x18FA7A) is known color: Spring Green. HEX triplet: 18, FA and 7A. RGB value is (24,250,122). Sum of RGB (Red+Green+Blue) = 24+250+122=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 250 (98.05% from 255 or 63.13% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FA7A is #E70585. Grayscale: #A8A8A8. Windows color (decimal): -15140230 or 8059416. OLE color: 8059416.
HSL color Cylindrical-coordinate representation of color #18FA7A: hue angle of 146.02º degrees, saturation: 0.96, 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 #18FA7A is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 122 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.02 |
| HSL | 146.02º | 0.96% | 0.54% | - |
| HSV(B) | 146.02º | 0.9% | 0.98% | - |
| XYZ | 38.08 | 69.97 | 29.91 | - |
| YUV | 167.83 | 102.13 | 25.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 122 | 0.90 | 0 | 0.51 | 0.02 | 146.02 | 0.96 | 0.54 |
| Hex | 18 | FA | 7A | 5A | 0 | 33 | 2 | 92 | 60 | 36 |
| Octal | 30 | 372 | 172 | 132 | 0 | 63 | 2 | 222 | 140 | 66 |
| Binary | 11000 | 11111010 | 1111010 | 1011010 | 0 | 110011 | 10 | 10010010 | 1100000 | 110110 |
Color Harmonies of #18FA7A
Complementary color
Monochromatic Colors of #18FA7A
Black with #18FA7A
Text Example
Text Example
White with #18FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA7A; }
p { color: rgb(24,250,122); }
H1.HeaderClassName
{
color: #18FA7A;
}
.AnyTagClassName
{
color: #18FA7A;
}
</style>
background-color css
<style>
a { background-color: #18FA7A; }
a { background-color: rgb(24,250,122); }
div.DivClassName
{
background-color: #18FA7A;
}
.BgClassName
{
background-color: #18FA7A;
}
</style>
border-color css
<style>
span { border-color: #18FA7A; }
span { border-color: rgb(24,250,122); }
td.TdClassName
{
border-color: #18FA7A;
}
.TagClassName
{
border-color: #18FA7A;
}
</style>