Html Css Color HEX #14FEB0 Medium Spring Green

📋 copy color: '#14FEB0'

red 20 ◦ green 254 ◦ blue 176

#14FEB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #14FEB0

Tints of Medium Spring Green #14FEB0

RGB

 RED value IS 20 (8.2% from 255) = 4.44%

 GREEN value IS 254 (99.61% from 255) = 56.44%

 BLUE value IS 176 (69.14% from 255) = 39.11%

R = 4.44%
G = 56.44%
B = 39.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#14FEB0 (or 0x14FEB0) is known color: Medium Spring Green. HEX triplet: 14, FE and B0. RGB value is (20,254,176). Sum of RGB (Red+Green+Blue) = 20+254+176=450 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.44% from 450); Green value is 254 (99.61% from 255 or 56.44% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 254 - color contains mainly: green. Hex color #14FEB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FEB0 is #EB014F. Grayscale: #AFAFAF. Windows color (decimal): -15401296 or 11599380. OLE color: 11599380.

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

Color convert

RGB 20 254 176 -
CMYK 0.92 0 0.31 0.00
HSL 160º 0.99% 0.54% -
HSV(B) 160º 0.92% 1% -
XYZ 43.57 74.17 53.09 -
YUV 175.14 128.48 17.34 -
System Red Green Blue C M Y K H S L
Decimal 20 254 176 0.92 0 0.31 0.00 160 0.99 0.54
Hex 14 FE B0 5C 0 1F 0 A0 63 36
Octal 24 376 260 134 0 37 0 240 143 66
Binary 10100 11111110 10110000 1011100 0 11111 0 10100000 1100011 110110

Color Harmonies of #14FEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FEB0

Black with #14FEB0

Text Example


Text Example

White with #14FEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,254,176); }

 H1.HeaderClassName
 {
   color: #14FEB0;
 }
 .AnyTagClassName
 {
   color: #14FEB0;
 }
</style>

background-color css

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

 a { background-color: rgb(20,254,176); }

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

border-color css

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

 span { border-color: rgb(20,254,176); }

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