Html Css Color HEX #14FAA2 Medium Spring Green

📋 copy color: '#14FAA2'

red 20 ◦ green 250 ◦ blue 162

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

Shades of Medium Spring Green #14FAA2

Tints of Medium Spring Green #14FAA2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.87%

 BLUE value IS 162 (63.67% from 255) = 37.5%

R = 4.63%
G = 57.87%
B = 37.5%

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

#14FAA2 (or 0x14FAA2) is known color: Medium Spring Green. HEX triplet: 14, FA and A2. RGB value is (20,250,162). Sum of RGB (Red+Green+Blue) = 20+250+162=432 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.63% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #14FAA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FAA2 is #EB055D. Grayscale: #ABABAB. Windows color (decimal): -15402334 or 10680852. OLE color: 10680852.

HSL color Cylindrical-coordinate representation of color #14FAA2: hue angle of 157.04º degrees, saturation: 0.96, 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 #14FAA2 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 250 162 -
CMYK 0.92 0 0.35 0.02
HSL 157.04º 0.96% 0.53% -
HSV(B) 157.04º 0.92% 0.98% -
XYZ 41 71.13 45.75 -
YUV 171.2 122.8 20.16 -
System Red Green Blue C M Y K H S L
Decimal 20 250 162 0.92 0 0.35 0.02 157.04 0.96 0.53
Hex 14 FA A2 5C 0 23 2 9D 60 35
Octal 24 372 242 134 0 43 2 235 140 65
Binary 10100 11111010 10100010 1011100 0 100011 10 10011101 1100000 110101

Color Harmonies of #14FAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FAA2

Black with #14FAA2

Text Example


Text Example

White with #14FAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,250,162); }

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

background-color css

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

 a { background-color: rgb(20,250,162); }

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

border-color css

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

 span { border-color: rgb(20,250,162); }

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