Shades of Spring Green #18F382
Tints of Spring Green #18F382
RGB
CMYK
RGB Variations
Color information
#18F382 (or 0x18F382) is known color: Spring Green. HEX triplet: 18, F3 and 82. RGB value is (24,243,130). Sum of RGB (Red+Green+Blue) = 24+243+130=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 243 (95.31% from 255 or 61.21% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 243 - color contains mainly: green. Hex color #18F382 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F382 is #E70C7D. Grayscale: #A4A4A4. Windows color (decimal): -15142014 or 8581912. OLE color: 8581912.
HSL color Cylindrical-coordinate representation of color #18F382: hue angle of 149.04º 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 #18F382 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 130 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.05 |
| HSL | 149.04º | 0.9% | 0.52% | - |
| HSV(B) | 149.04º | 0.9% | 0.95% | - |
| XYZ | 36.46 | 65.91 | 31.92 | - |
| YUV | 164.64 | 108.45 | 27.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 130 | 0.90 | 0 | 0.47 | 0.05 | 149.04 | 0.9 | 0.52 |
| Hex | 18 | F3 | 82 | 5A | 0 | 2F | 5 | 95 | 5A | 34 |
| Octal | 30 | 363 | 202 | 132 | 0 | 57 | 5 | 225 | 132 | 64 |
| Binary | 11000 | 11110011 | 10000010 | 1011010 | 0 | 101111 | 101 | 10010101 | 1011010 | 110100 |
Color Harmonies of #18F382
Complementary color
Monochromatic Colors of #18F382
Black with #18F382
Text Example
Text Example
White with #18F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F382; }
p { color: rgb(24,243,130); }
H1.HeaderClassName
{
color: #18F382;
}
.AnyTagClassName
{
color: #18F382;
}
</style>
background-color css
<style>
a { background-color: #18F382; }
a { background-color: rgb(24,243,130); }
div.DivClassName
{
background-color: #18F382;
}
.BgClassName
{
background-color: #18F382;
}
</style>
border-color css
<style>
span { border-color: #18F382; }
span { border-color: rgb(24,243,130); }
td.TdClassName
{
border-color: #18F382;
}
.TagClassName
{
border-color: #18F382;
}
</style>