Shades of Spring Green #18F369
Tints of Spring Green #18F369
RGB
CMYK
RGB Variations
Color information
#18F369 (or 0x18F369) is known color: Spring Green. HEX triplet: 18, F3 and 69. RGB value is (24,243,105). Sum of RGB (Red+Green+Blue) = 24+243+105=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #18F369 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F369 is #E70C96. Grayscale: #A2A2A2. Windows color (decimal): -15142039 or 6943512. OLE color: 6943512.
HSL color Cylindrical-coordinate representation of color #18F369: hue angle of 142.19º 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 #18F369 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 105 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.05 |
| HSL | 142.19º | 0.9% | 0.52% | - |
| HSV(B) | 142.19º | 0.9% | 0.95% | - |
| XYZ | 34.98 | 65.32 | 24.13 | - |
| YUV | 161.79 | 95.95 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 105 | 0.90 | 0 | 0.57 | 0.05 | 142.19 | 0.9 | 0.52 |
| Hex | 18 | F3 | 69 | 5A | 0 | 39 | 5 | 8E | 5A | 34 |
| Octal | 30 | 363 | 151 | 132 | 0 | 71 | 5 | 216 | 132 | 64 |
| Binary | 11000 | 11110011 | 1101001 | 1011010 | 0 | 111001 | 101 | 10001110 | 1011010 | 110100 |
Color Harmonies of #18F369
Complementary color
Monochromatic Colors of #18F369
Black with #18F369
Text Example
Text Example
White with #18F369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F369; }
p { color: rgb(24,243,105); }
H1.HeaderClassName
{
color: #18F369;
}
.AnyTagClassName
{
color: #18F369;
}
</style>
background-color css
<style>
a { background-color: #18F369; }
a { background-color: rgb(24,243,105); }
div.DivClassName
{
background-color: #18F369;
}
.BgClassName
{
background-color: #18F369;
}
</style>
border-color css
<style>
span { border-color: #18F369; }
span { border-color: rgb(24,243,105); }
td.TdClassName
{
border-color: #18F369;
}
.TagClassName
{
border-color: #18F369;
}
</style>