#18F8A5

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

Shades of Medium Spring Green #18F8A5

Tints of Medium Spring Green #18F8A5

Color information

#18F8A5 (or 0x18F8A5) is unknown color: approx Medium Spring Green. HEX triplet: 18, F8 and A5. RGB value is (24,248,165). Sum of RGB (Red+Green+Blue) = 24+248+165=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 248 (97.27% from 255 or 56.75% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 248 - color contains mainly: green. Hex color #18F8A5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F8A5 is #E7075A. Grayscale: #ABABAB. Windows color (decimal): -15140699 or 10876952. OLE color: 10876952.

HSL color Cylindrical-coordinate representation of color #18F8A5: hue angle of 157.77º 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 #18F8A5 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB24248165-
CMYK0.9000.330.03
HSL157.77º94.12%53.33%-
HSV(B)157.77º90.32%97.25%-
XYZ40.7470.0546.97-
YUV171.56124.2922.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.49%
GREEN value IS 248 (97.27% from 255) = 56.75%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=5.49%
G=56.75%
B=37.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal242481650.9000.330.03157.7794.1253.33
Hex18F8A55A02139e5e35
Octal30370245132041323613665
Binary1100011111000101001011011010010000111100111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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