#14FF75

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

Shades of Spring Green #14FF75

Tints of Spring Green #14FF75

Color information

#14FF75 (or 0x14FF75) is unknown color: approx Spring Green. HEX triplet: 14, FF and 75. RGB value is (20,255,117). Sum of RGB (Red+Green+Blue) = 20+255+117=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FF75 is #EB008A. Grayscale: #A9A9A9. Windows color (decimal): -15401099 or 7733012. OLE color: 7733012.

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

Color convert

RGB20255117-
CMYK0.9200.540
HSL144.77º100%53.92%-
HSV(B)144.77º92.16%100%-
XYZ39.2672.9528.84-
YUV16998.6421.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.10%
GREEN value IS 255 (100% from 255) = 65.05%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=5.10%
G=65.05%
B=29.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202551170.9200.540144.7710053.92
Hex14FF755C0360916436
Octal24377165134066022114466
Binary10100111111111110101101110001101100100100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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