Html Css Color HEX #14F1AF Medium Spring Green

📋 copy color: '#14F1AF'

red 20 ◦ green 241 ◦ blue 175

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

Shades of Medium Spring Green #14F1AF

Tints of Medium Spring Green #14F1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.28%

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

R = 4.59%
G = 55.28%
B = 40.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#14F1AF (or 0x14F1AF) is known color: Medium Spring Green. HEX triplet: 14, F1 and AF. RGB value is (20,241,175). Sum of RGB (Red+Green+Blue) = 20+241+175=436 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.59% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #14F1AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F1AF is #EB0E50. Grayscale: #A7A7A7. Windows color (decimal): -15404625 or 11530516. OLE color: 11530516.

HSL color Cylindrical-coordinate representation of color #14F1AF: hue angle of 162.08º degrees, saturation: 0.89, 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 #14F1AF is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 241 175 -
CMYK 0.92 0 0.27 0.05
HSL 162.08º 0.89% 0.51% -
HSV(B) 162.08º 0.92% 0.95% -
XYZ 39.48 66.15 51.25 -
YUV 167.4 132.28 22.87 -
System Red Green Blue C M Y K H S L
Decimal 20 241 175 0.92 0 0.27 0.05 162.08 0.89 0.51
Hex 14 F1 AF 5C 0 1B 5 A2 59 33
Octal 24 361 257 134 0 33 5 242 131 63
Binary 10100 11110001 10101111 1011100 0 11011 101 10100010 1011001 110011

Color Harmonies of #14F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F1AF

Black with #14F1AF

Text Example


Text Example

White with #14F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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