#14FF92

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

Shades of Medium Spring Green #14FF92

Tints of Medium Spring Green #14FF92

Color information

#14FF92 (or 0x14FF92) is unknown color: approx Medium Spring Green. HEX triplet: 14, FF and 92. RGB value is (20,255,146). Sum of RGB (Red+Green+Blue) = 20+255+146=421 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.75% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FF92 is #EB006D. Grayscale: #ACACAC. Windows color (decimal): -15401070 or 9633556. OLE color: 9633556.

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

Color convert

RGB20255146-
CMYK0.9200.430
HSL152.17º100%53.92%-
HSV(B)152.17º92.16%100%-
XYZ41.2473.7439.25-
YUV172.31113.1419.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.75%
GREEN value IS 255 (100% from 255) = 60.57%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=4.75%
G=60.57%
B=34.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202551460.9200.430152.1710053.92
Hex14FF925C02B0986436
Octal24377222134053023014466
Binary101001111111110010010101110001010110100110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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