#14E483

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

Shades of Spring Green #14E483

Tints of Spring Green #14E483

Color information

#14E483 (or 0x14E483) is unknown color: approx Spring Green. HEX triplet: 14, E4 and 83. RGB value is (20,228,131). Sum of RGB (Red+Green+Blue) = 20+228+131=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 228 (89.45% from 255 or 60.16% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 228 - color contains mainly: green. Hex color #14E483 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E483 is #EB1B7C. Grayscale: #9A9A9A. Windows color (decimal): -15407997 or 8643604. OLE color: 8643604.

HSL color Cylindrical-coordinate representation of color #14E483: hue angle of 152.02º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E483 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB20228131-
CMYK0.9100.430.11
HSL152.02º83.87%48.63%-
HSV(B)152.02º91.23%89.41%-
XYZ32.1357.2730.83-
YUV154.75114.5931.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.28%
GREEN value IS 228 (89.45% from 255) = 60.16%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=5.28%
G=60.16%
B=34.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202281310.9100.430.11152.0283.8748.63
Hex14E4835B02BB985431
Octal243442031330531323012461
Binary101001110010010000011101101101010111011100110001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,228,131); }

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

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

 a { background-color: rgb(20,228,131); }

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

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

 span { border-color: rgb(20,228,131); }

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