#18FF75

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

Shades of Spring Green #18FF75

Tints of Spring Green #18FF75

Color information

#18FF75 (or 0x18FF75) is unknown color: approx Spring Green. HEX triplet: 18, FF and 75. RGB value is (24,255,117). Sum of RGB (Red+Green+Blue) = 24+255+117=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FF75 is #E7008A. Grayscale: #AAAAAA. Windows color (decimal): -15138955 or 7733016. OLE color: 7733016.

HSL color Cylindrical-coordinate representation of color #18FF75: hue angle of 144.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF75 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB24255117-
CMYK0.9100.540
HSL144.16º100%54.71%-
HSV(B)144.16º90.59%100%-
XYZ39.357328.85-
YUV170.297.9723.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.06%
GREEN value IS 255 (100% from 255) = 64.39%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=6.06%
G=64.39%
B=29.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal242551170.9100.540144.1610054.71
Hex18FF755B0360906437
Octal30377165133066022014467
Binary11000111111111110101101101101101100100100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18FF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,255,117); }

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

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

 a { background-color: rgb(24,255,117); }

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

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

 span { border-color: rgb(24,255,117); }

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