#14FF82

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

Shades of Spring Green #14FF82

Tints of Spring Green #14FF82

Color information

#14FF82 (or 0x14FF82) is unknown color: approx Spring Green. HEX triplet: 14, FF and 82. RGB value is (20,255,130). Sum of RGB (Red+Green+Blue) = 20+255+130=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 255 (100% from 255 or 62.96% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FF82 is #EB007D. Grayscale: #AAAAAA. Windows color (decimal): -15401086 or 8584980. OLE color: 8584980.

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

Color convert

RGB20255130-
CMYK0.9200.490
HSL148.09º100%53.92%-
HSV(B)148.09º92.16%100%-
XYZ40.0873.2833.15-
YUV170.48105.1420.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.94%
GREEN value IS 255 (100% from 255) = 62.96%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=4.94%
G=62.96%
B=32.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202551300.9200.490148.0910053.92
Hex14FF825C0310946436
Octal24377202134061022414466
Binary101001111111110000010101110001100010100101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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