Html Css Color HEX #14FEB2 Medium Spring Green

📋 copy color: '#14FEB2'

red 20 ◦ green 254 ◦ blue 178

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

Shades of Medium Spring Green #14FEB2

Tints of Medium Spring Green #14FEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 4.42%
G = 56.19%
B = 39.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#14FEB2 (or 0x14FEB2) is known color: Medium Spring Green. HEX triplet: 14, FE and B2. RGB value is (20,254,178). Sum of RGB (Red+Green+Blue) = 20+254+178=452 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #14FEB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FEB2 is #EB014D. Grayscale: #AFAFAF. Windows color (decimal): -15401294 or 11730452. OLE color: 11730452.

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

Color convert

RGB 20 254 178 -
CMYK 0.92 0 0.30 0.00
HSL 160.51º 0.99% 0.54% -
HSV(B) 160.51º 0.92% 1% -
XYZ 43.77 74.25 54.14 -
YUV 175.37 129.48 17.18 -
System Red Green Blue C M Y K H S L
Decimal 20 254 178 0.92 0 0.30 0.00 160.51 0.99 0.54
Hex 14 FE B2 5C 0 1E 0 A1 63 36
Octal 24 376 262 134 0 36 0 241 143 66
Binary 10100 11111110 10110010 1011100 0 11110 0 10100001 1100011 110110

Color Harmonies of #14FEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FEB2

Black with #14FEB2

Text Example


Text Example

White with #14FEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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