Shades of Spring Green #18F281
Tints of Spring Green #18F281
RGB
CMYK
RGB Variations
Color information
#18F281 (or 0x18F281) is known color: Spring Green. HEX triplet: 18, F2 and 81. RGB value is (24,242,129). Sum of RGB (Red+Green+Blue) = 24+242+129=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #18F281 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F281 is #E70D7E. Grayscale: #A4A4A4. Windows color (decimal): -15142271 or 8516120. OLE color: 8516120.
HSL color Cylindrical-coordinate representation of color #18F281: hue angle of 148.9º 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 #18F281 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 129 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.05 |
| HSL | 148.9º | 0.89% | 0.52% | - |
| HSV(B) | 148.9º | 0.9% | 0.95% | - |
| XYZ | 36.09 | 65.28 | 31.47 | - |
| YUV | 163.94 | 108.28 | 28.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 129 | 0.90 | 0 | 0.47 | 0.05 | 148.9 | 0.89 | 0.52 |
| Hex | 18 | F2 | 81 | 5A | 0 | 2F | 5 | 95 | 59 | 34 |
| Octal | 30 | 362 | 201 | 132 | 0 | 57 | 5 | 225 | 131 | 64 |
| Binary | 11000 | 11110010 | 10000001 | 1011010 | 0 | 101111 | 101 | 10010101 | 1011001 | 110100 |
Color Harmonies of #18F281
Complementary color
Monochromatic Colors of #18F281
Black with #18F281
Text Example
Text Example
White with #18F281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F281; }
p { color: rgb(24,242,129); }
H1.HeaderClassName
{
color: #18F281;
}
.AnyTagClassName
{
color: #18F281;
}
</style>
background-color css
<style>
a { background-color: #18F281; }
a { background-color: rgb(24,242,129); }
div.DivClassName
{
background-color: #18F281;
}
.BgClassName
{
background-color: #18F281;
}
</style>
border-color css
<style>
span { border-color: #18F281; }
span { border-color: rgb(24,242,129); }
td.TdClassName
{
border-color: #18F281;
}
.TagClassName
{
border-color: #18F281;
}
</style>