Shades of Spring Green #18F372
Tints of Spring Green #18F372
RGB
CMYK
RGB Variations
Color information
#18F372 (or 0x18F372) is known color: Spring Green. HEX triplet: 18, F3 and 72. RGB value is (24,243,114). Sum of RGB (Red+Green+Blue) = 24+243+114=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 243 (95.31% from 255 or 63.78% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 243 - color contains mainly: green. Hex color #18F372 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F372 is #E70C8D. Grayscale: #A3A3A3. Windows color (decimal): -15142030 or 7533336. OLE color: 7533336.
HSL color Cylindrical-coordinate representation of color #18F372: hue angle of 144.66º degrees, saturation: 0.9, 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 #18F372 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 114 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.05 |
| HSL | 144.66º | 0.9% | 0.52% | - |
| HSV(B) | 144.66º | 0.9% | 0.95% | - |
| XYZ | 35.46 | 65.51 | 26.7 | - |
| YUV | 162.81 | 100.45 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 114 | 0.90 | 0 | 0.53 | 0.05 | 144.66 | 0.9 | 0.52 |
| Hex | 18 | F3 | 72 | 5A | 0 | 35 | 5 | 91 | 5A | 34 |
| Octal | 30 | 363 | 162 | 132 | 0 | 65 | 5 | 221 | 132 | 64 |
| Binary | 11000 | 11110011 | 1110010 | 1011010 | 0 | 110101 | 101 | 10010001 | 1011010 | 110100 |
Color Harmonies of #18F372
Complementary color
Monochromatic Colors of #18F372
Black with #18F372
Text Example
Text Example
White with #18F372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F372; }
p { color: rgb(24,243,114); }
H1.HeaderClassName
{
color: #18F372;
}
.AnyTagClassName
{
color: #18F372;
}
</style>
background-color css
<style>
a { background-color: #18F372; }
a { background-color: rgb(24,243,114); }
div.DivClassName
{
background-color: #18F372;
}
.BgClassName
{
background-color: #18F372;
}
</style>
border-color css
<style>
span { border-color: #18F372; }
span { border-color: rgb(24,243,114); }
td.TdClassName
{
border-color: #18F372;
}
.TagClassName
{
border-color: #18F372;
}
</style>