Html Css Color HEX #14FFAE Medium Spring Green

📋 copy color: '#14FFAE'

red 20 ◦ green 255 ◦ blue 174

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

Shades of Medium Spring Green #14FFAE

Tints of Medium Spring Green #14FFAE

RGB

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

 GREEN value IS 255 (100% from 255) = 56.79%

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 4.45%
G = 56.79%
B = 38.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#14FFAE (or 0x14FFAE) is known color: Medium Spring Green. HEX triplet: 14, FF and AE. RGB value is (20,255,174). Sum of RGB (Red+Green+Blue) = 20+255+174=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FFAE is #EB0051. Grayscale: #AFAFAF. Windows color (decimal): -15401042 or 11468564. OLE color: 11468564.

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

Color convert

RGB 20 255 174 -
CMYK 0.92 0 0.32 0
HSL 159.32º 1% 0.54% -
HSV(B) 159.32º 0.92% 1% -
XYZ 43.69 74.72 52.17 -
YUV 175.5 127.14 17.09 -
System Red Green Blue C M Y K H S L
Decimal 20 255 174 0.92 0 0.32 0 159.32 1 0.54
Hex 14 FF AE 5C 0 20 0 9F 64 36
Octal 24 377 256 134 0 40 0 237 144 66
Binary 10100 11111111 10101110 1011100 0 100000 0 10011111 1100100 110110

Color Harmonies of #14FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FFAE

Black with #14FFAE

Text Example


Text Example

White with #14FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,255,174); }

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

background-color css

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

 a { background-color: rgb(20,255,174); }

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

border-color css

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

 span { border-color: rgb(20,255,174); }

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