Html Css Color HEX #14F2AC Medium Spring Green

📋 copy color: '#14F2AC'

red 20 ◦ green 242 ◦ blue 172

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

Shades of Medium Spring Green #14F2AC

Tints of Medium Spring Green #14F2AC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.76%

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 4.61%
G = 55.76%
B = 39.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#14F2AC (or 0x14F2AC) is known color: Medium Spring Green. HEX triplet: 14, F2 and AC. RGB value is (20,242,172). Sum of RGB (Red+Green+Blue) = 20+242+172=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #14F2AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F2AC is #EB0D53. Grayscale: #A7A7A7. Windows color (decimal): -15404372 or 11334164. OLE color: 11334164.

HSL color Cylindrical-coordinate representation of color #14F2AC: hue angle of 161.08º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F2AC is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 242 172 -
CMYK 0.92 0 0.29 0.05
HSL 161.08º 0.9% 0.51% -
HSV(B) 161.08º 0.92% 0.95% -
XYZ 39.49 66.63 49.81 -
YUV 167.64 130.45 22.69 -
System Red Green Blue C M Y K H S L
Decimal 20 242 172 0.92 0 0.29 0.05 161.08 0.9 0.51
Hex 14 F2 AC 5C 0 1D 5 A1 5A 33
Octal 24 362 254 134 0 35 5 241 132 63
Binary 10100 11110010 10101100 1011100 0 11101 101 10100001 1011010 110011

Color Harmonies of #14F2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F2AC

Black with #14F2AC

Text Example


Text Example

White with #14F2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,242,172); }

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

background-color css

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

 a { background-color: rgb(20,242,172); }

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

border-color css

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

 span { border-color: rgb(20,242,172); }

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