Html Css Color HEX #14FFAF Medium Spring Green

📋 copy color: '#14FFAF'

red 20 ◦ green 255 ◦ blue 175

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

Shades of Medium Spring Green #14FFAF

Tints of Medium Spring Green #14FFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 4.44%
G = 56.67%
B = 38.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#14FFAF (or 0x14FFAF) is known color: Medium Spring Green. HEX triplet: 14, FF and AF. RGB value is (20,255,175). Sum of RGB (Red+Green+Blue) = 20+255+175=450 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.44% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FFAF is #EB0050. Grayscale: #AFAFAF. Windows color (decimal): -15401041 or 11534100. OLE color: 11534100.

HSL color Cylindrical-coordinate representation of color #14FFAF: hue angle of 159.57º 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 #14FFAF is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 20 255 175 -
CMYK 0.92 0 0.31 0
HSL 159.57º 1% 0.54% -
HSV(B) 159.57º 0.92% 1% -
XYZ 43.79 74.76 52.68 -
YUV 175.62 127.64 17 -
System Red Green Blue C M Y K H S L
Decimal 20 255 175 0.92 0 0.31 0 159.57 1 0.54
Hex 14 FF AF 5C 0 1F 0 A0 64 36
Octal 24 377 257 134 0 37 0 240 144 66
Binary 10100 11111111 10101111 1011100 0 11111 0 10100000 1100100 110110

Color Harmonies of #14FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FFAF

Black with #14FFAF

Text Example


Text Example

White with #14FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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