#18F06E

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

Shades of Spring Green #18F06E

Tints of Spring Green #18F06E

Color information

#18F06E (or 0x18F06E) is unknown color: approx Spring Green. HEX triplet: 18, F0 and 6E. RGB value is (24,240,110). Sum of RGB (Red+Green+Blue) = 24+240+110=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #18F06E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F06E is #E70F91. Grayscale: #A0A0A0. Windows color (decimal): -15142802 or 7270424. OLE color: 7270424.

HSL color Cylindrical-coordinate representation of color #18F06E: hue angle of 143.89º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F06E is Cyan = 0.9, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB24240110-
CMYK0.900.540.06
HSL143.89º87.8%51.76%-
HSV(B)143.89º90%94.12%-
XYZ34.3563.6425.23-
YUV160.699.4430.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.42%
GREEN value IS 240 (94.14% from 255) = 64.17%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=6.42%
G=64.17%
B=29.41%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal242401100.900.540.06143.8987.851.76
Hex18F06E5A0366905834
Octal30360156132066622013064
Binary1100011110000110111010110100110110110100100001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,240,110); }

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

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

 a { background-color: rgb(24,240,110); }

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

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

 span { border-color: rgb(24,240,110); }

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