Shades of Spring Green #18F277
Tints of Spring Green #18F277
RGB
CMYK
RGB Variations
Color information
#18F277 (or 0x18F277) is known color: Spring Green. HEX triplet: 18, F2 and 77. RGB value is (24,242,119). Sum of RGB (Red+Green+Blue) = 24+242+119=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #18F277 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F277 is #E70D88. Grayscale: #A3A3A3. Windows color (decimal): -15142281 or 7860760. OLE color: 7860760.
HSL color Cylindrical-coordinate representation of color #18F277: hue angle of 146.15º 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 #18F277 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 119 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.05 |
| HSL | 146.15º | 0.89% | 0.52% | - |
| HSV(B) | 146.15º | 0.9% | 0.95% | - |
| XYZ | 35.46 | 65.03 | 28.14 | - |
| YUV | 162.8 | 103.28 | 29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 119 | 0.90 | 0 | 0.51 | 0.05 | 146.15 | 0.89 | 0.52 |
| Hex | 18 | F2 | 77 | 5A | 0 | 33 | 5 | 92 | 59 | 34 |
| Octal | 30 | 362 | 167 | 132 | 0 | 63 | 5 | 222 | 131 | 64 |
| Binary | 11000 | 11110010 | 1110111 | 1011010 | 0 | 110011 | 101 | 10010010 | 1011001 | 110100 |
Color Harmonies of #18F277
Complementary color
Monochromatic Colors of #18F277
Black with #18F277
Text Example
Text Example
White with #18F277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F277; }
p { color: rgb(24,242,119); }
H1.HeaderClassName
{
color: #18F277;
}
.AnyTagClassName
{
color: #18F277;
}
</style>
background-color css
<style>
a { background-color: #18F277; }
a { background-color: rgb(24,242,119); }
div.DivClassName
{
background-color: #18F277;
}
.BgClassName
{
background-color: #18F277;
}
</style>
border-color css
<style>
span { border-color: #18F277; }
span { border-color: rgb(24,242,119); }
td.TdClassName
{
border-color: #18F277;
}
.TagClassName
{
border-color: #18F277;
}
</style>