Shades of Spring Green #18F27F
Tints of Spring Green #18F27F
RGB
CMYK
RGB Variations
Color information
#18F27F (or 0x18F27F) is known color: Spring Green. HEX triplet: 18, F2 and 7F. RGB value is (24,242,127). Sum of RGB (Red+Green+Blue) = 24+242+127=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #18F27F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F27F is #E70D80. Grayscale: #A3A3A3. Windows color (decimal): -15142273 or 8385048. OLE color: 8385048.
HSL color Cylindrical-coordinate representation of color #18F27F: hue angle of 148.35º 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 #18F27F is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 127 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.05 |
| HSL | 148.35º | 0.89% | 0.52% | - |
| HSV(B) | 148.35º | 0.9% | 0.95% | - |
| XYZ | 35.96 | 65.23 | 30.77 | - |
| YUV | 163.71 | 107.28 | 28.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 127 | 0.90 | 0 | 0.48 | 0.05 | 148.35 | 0.89 | 0.52 |
| Hex | 18 | F2 | 7F | 5A | 0 | 30 | 5 | 94 | 59 | 34 |
| Octal | 30 | 362 | 177 | 132 | 0 | 60 | 5 | 224 | 131 | 64 |
| Binary | 11000 | 11110010 | 1111111 | 1011010 | 0 | 110000 | 101 | 10010100 | 1011001 | 110100 |
Color Harmonies of #18F27F
Complementary color
Monochromatic Colors of #18F27F
Black with #18F27F
Text Example
Text Example
White with #18F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F27F; }
p { color: rgb(24,242,127); }
H1.HeaderClassName
{
color: #18F27F;
}
.AnyTagClassName
{
color: #18F27F;
}
</style>
background-color css
<style>
a { background-color: #18F27F; }
a { background-color: rgb(24,242,127); }
div.DivClassName
{
background-color: #18F27F;
}
.BgClassName
{
background-color: #18F27F;
}
</style>
border-color css
<style>
span { border-color: #18F27F; }
span { border-color: rgb(24,242,127); }
td.TdClassName
{
border-color: #18F27F;
}
.TagClassName
{
border-color: #18F27F;
}
</style>