Shades of Spring Green #18F285
Tints of Spring Green #18F285
RGB
CMYK
RGB Variations
Color information
#18F285 (or 0x18F285) is known color: Spring Green. HEX triplet: 18, F2 and 85. RGB value is (24,242,133). Sum of RGB (Red+Green+Blue) = 24+242+133=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 242 (94.92% from 255 or 60.65% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 242 - color contains mainly: green. Hex color #18F285 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F285 is #E70D7A. Grayscale: #A4A4A4. Windows color (decimal): -15142267 or 8778264. OLE color: 8778264.
HSL color Cylindrical-coordinate representation of color #18F285: hue angle of 150º 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 #18F285 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 133 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.05 |
| HSL | 150º | 0.89% | 0.52% | - |
| HSV(B) | 150º | 0.9% | 0.95% | - |
| XYZ | 36.36 | 65.39 | 32.9 | - |
| YUV | 164.39 | 110.28 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 133 | 0.90 | 0 | 0.45 | 0.05 | 150 | 0.89 | 0.52 |
| Hex | 18 | F2 | 85 | 5A | 0 | 2D | 5 | 96 | 59 | 34 |
| Octal | 30 | 362 | 205 | 132 | 0 | 55 | 5 | 226 | 131 | 64 |
| Binary | 11000 | 11110010 | 10000101 | 1011010 | 0 | 101101 | 101 | 10010110 | 1011001 | 110100 |
Color Harmonies of #18F285
Complementary color
Monochromatic Colors of #18F285
Black with #18F285
Text Example
Text Example
White with #18F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F285; }
p { color: rgb(24,242,133); }
H1.HeaderClassName
{
color: #18F285;
}
.AnyTagClassName
{
color: #18F285;
}
</style>
background-color css
<style>
a { background-color: #18F285; }
a { background-color: rgb(24,242,133); }
div.DivClassName
{
background-color: #18F285;
}
.BgClassName
{
background-color: #18F285;
}
</style>
border-color css
<style>
span { border-color: #18F285; }
span { border-color: rgb(24,242,133); }
td.TdClassName
{
border-color: #18F285;
}
.TagClassName
{
border-color: #18F285;
}
</style>