#14FF81

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

Shades of Spring Green #14FF81

Tints of Spring Green #14FF81

Color information

#14FF81 (or 0x14FF81) is unknown color: approx Spring Green. HEX triplet: 14, FF and 81. RGB value is (20,255,129). Sum of RGB (Red+Green+Blue) = 20+255+129=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF81 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FF81 is #EB007E. Grayscale: #AAAAAA. Windows color (decimal): -15401087 or 8519444. OLE color: 8519444.

HSL color Cylindrical-coordinate representation of color #14FF81: hue angle of 147.83º 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 #14FF81 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB20255129-
CMYK0.9200.490
HSL147.83º100%53.92%-
HSV(B)147.83º92.16%100%-
XYZ40.0173.2532.8-
YUV170.37104.6420.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.95%
GREEN value IS 255 (100% from 255) = 63.12%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=4.95%
G=63.12%
B=31.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202551290.9200.490147.8310053.92
Hex14FF815C0310946436
Octal24377201134061022414466
Binary101001111111110000001101110001100010100101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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