#18F874

Color #18F874 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #18F874

Tints of Spring Green #18F874

Color information

#18F874 (or 0x18F874) is unknown color: approx Spring Green. HEX triplet: 18, F8 and 74. RGB value is (24,248,116). Sum of RGB (Red+Green+Blue) = 24+248+116=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 248 (97.27% from 255 or 63.92% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 248 - color contains mainly: green. Hex color #18F874 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F874 is #E7078B. Grayscale: #A6A6A6. Windows color (decimal): -15140748 or 7665688. OLE color: 7665688.

HSL color Cylindrical-coordinate representation of color #18F874: hue angle of 144.64º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F874 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB24248116-
CMYK0.9000.530.03
HSL144.64º94.12%53.33%-
HSV(B)144.64º90.32%97.25%-
XYZ37.168.5927.81-
YUV165.9899.7926.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 6.19%
GREEN value IS 248 (97.27% from 255) = 63.92%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=6.19%
G=63.92%
B=29.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal242481160.9000.530.03144.6494.1253.33
Hex18F8745A0353915e35
Octal30370164132065322113665
Binary110001111100011101001011010011010111100100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18F874; }

 p { color: rgb(24,248,116); }

 H1.HeaderClassName
 {
   color: #18F874;
 }
 .AnyTagClassName
 {
   color: #18F874;
 }
</style>
background-color css

<style>
 a { background-color: #18F874; }

 a { background-color: rgb(24,248,116); }

 div.DivClassName
 {
   background-color: #18F874;
 }
 .BgClassName
 {
   background-color: #18F874;
 }
</style>
border-color css

<style>
 span { border-color: #18F874; }

 span { border-color: rgb(24,248,116); }

 td.TdClassName
 {
   border-color: #18F874;
 }
 .TagClassName
 {
   border-color: #18F874;
 }
</style>