Html Css Color HEX #14EEA2 Medium Spring Green

📋 copy color: '#14EEA2'

red 20 ◦ green 238 ◦ blue 162

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

Shades of Medium Spring Green #14EEA2

Tints of Medium Spring Green #14EEA2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 56.67%

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

R = 4.76%
G = 56.67%
B = 38.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#14EEA2 (or 0x14EEA2) is known color: Medium Spring Green. HEX triplet: 14, EE and A2. RGB value is (20,238,162). Sum of RGB (Red+Green+Blue) = 20+238+162=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #14EEA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EEA2 is #EB115D. Grayscale: #A4A4A4. Windows color (decimal): -15405406 or 10677780. OLE color: 10677780.

HSL color Cylindrical-coordinate representation of color #14EEA2: hue angle of 159.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EEA2 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 238 162 -
CMYK 0.92 0 0.32 0.07
HSL 159.08º 0.87% 0.51% -
HSV(B) 159.08º 0.92% 0.93% -
XYZ 37.38 63.91 44.55 -
YUV 164.15 126.78 25.18 -
System Red Green Blue C M Y K H S L
Decimal 20 238 162 0.92 0 0.32 0.07 159.08 0.87 0.51
Hex 14 EE A2 5C 0 20 7 9F 57 33
Octal 24 356 242 134 0 40 7 237 127 63
Binary 10100 11101110 10100010 1011100 0 100000 111 10011111 1010111 110011

Color Harmonies of #14EEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EEA2

Black with #14EEA2

Text Example


Text Example

White with #14EEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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