Html Css Color HEX #14FBA4 Medium Spring Green

📋 copy color: '#14FBA4'

red 20 ◦ green 251 ◦ blue 164

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

Shades of Medium Spring Green #14FBA4

Tints of Medium Spring Green #14FBA4

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.7%

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 4.6%
G = 57.7%
B = 37.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#14FBA4 (or 0x14FBA4) is known color: Medium Spring Green. HEX triplet: 14, FB and A4. RGB value is (20,251,164). Sum of RGB (Red+Green+Blue) = 20+251+164=435 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.60% from 435); Green value is 251 (98.44% from 255 or 57.70% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 251 - color contains mainly: green. Hex color #14FBA4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FBA4 is #EB045B. Grayscale: #ACACAC. Windows color (decimal): -15402076 or 10812180. OLE color: 10812180.

HSL color Cylindrical-coordinate representation of color #14FBA4: hue angle of 157.4º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FBA4 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 251 164 -
CMYK 0.92 0 0.35 0.02
HSL 157.4º 0.97% 0.53% -
HSV(B) 157.4º 0.92% 0.98% -
XYZ 41.49 71.82 46.8 -
YUV 172.01 123.47 19.57 -
System Red Green Blue C M Y K H S L
Decimal 20 251 164 0.92 0 0.35 0.02 157.4 0.97 0.53
Hex 14 FB A4 5C 0 23 2 9D 61 35
Octal 24 373 244 134 0 43 2 235 141 65
Binary 10100 11111011 10100100 1011100 0 100011 10 10011101 1100001 110101

Color Harmonies of #14FBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FBA4

Black with #14FBA4

Text Example


Text Example

White with #14FBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,251,164); }

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

background-color css

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

 a { background-color: rgb(20,251,164); }

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

border-color css

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

 span { border-color: rgb(20,251,164); }

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