Shades of Spring Green #18F66C
Tints of Spring Green #18F66C
RGB
CMYK
RGB Variations
Color information
#18F66C (or 0x18F66C) is known color: Spring Green. HEX triplet: 18, F6 and 6C. RGB value is (24,246,108). Sum of RGB (Red+Green+Blue) = 24+246+108=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 246 (96.48% from 255 or 65.08% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 246 - color contains mainly: green. Hex color #18F66C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F66C is #E70993. Grayscale: #A4A4A4. Windows color (decimal): -15141268 or 7140888. OLE color: 7140888.
HSL color Cylindrical-coordinate representation of color #18F66C: hue angle of 142.7º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F66C is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 246 | 108 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.04 |
| HSL | 142.7º | 0.93% | 0.53% | - |
| HSV(B) | 142.7º | 0.9% | 0.96% | - |
| XYZ | 36.04 | 67.19 | 25.26 | - |
| YUV | 163.89 | 96.45 | 28.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 246 | 108 | 0.90 | 0 | 0.56 | 0.04 | 142.7 | 0.93 | 0.53 |
| Hex | 18 | F6 | 6C | 5A | 0 | 38 | 4 | 8F | 5C | 35 |
| Octal | 30 | 366 | 154 | 132 | 0 | 70 | 4 | 217 | 134 | 65 |
| Binary | 11000 | 11110110 | 1101100 | 1011010 | 0 | 111000 | 100 | 10001111 | 1011100 | 110101 |
Color Harmonies of #18F66C
Complementary color
Monochromatic Colors of #18F66C
Black with #18F66C
Text Example
Text Example
White with #18F66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F66C; }
p { color: rgb(24,246,108); }
H1.HeaderClassName
{
color: #18F66C;
}
.AnyTagClassName
{
color: #18F66C;
}
</style>
background-color css
<style>
a { background-color: #18F66C; }
a { background-color: rgb(24,246,108); }
div.DivClassName
{
background-color: #18F66C;
}
.BgClassName
{
background-color: #18F66C;
}
</style>
border-color css
<style>
span { border-color: #18F66C; }
span { border-color: rgb(24,246,108); }
td.TdClassName
{
border-color: #18F66C;
}
.TagClassName
{
border-color: #18F66C;
}
</style>