Html Css Color HEX #14F9AF Medium Spring Green

📋 copy color: '#14F9AF'

red 20 ◦ green 249 ◦ blue 175

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

Shades of Medium Spring Green #14F9AF

Tints of Medium Spring Green #14F9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.08%

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

R = 4.5%
G = 56.08%
B = 39.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#14F9AF (or 0x14F9AF) is known color: Medium Spring Green. HEX triplet: 14, F9 and AF. RGB value is (20,249,175). Sum of RGB (Red+Green+Blue) = 20+249+175=444 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.50% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #14F9AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F9AF is #EB0650. Grayscale: #ACACAC. Windows color (decimal): -15402577 or 11532564. OLE color: 11532564.

HSL color Cylindrical-coordinate representation of color #14F9AF: hue angle of 160.61º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F9AF is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 249 175 -
CMYK 0.92 0 0.30 0.02
HSL 160.61º 0.95% 0.53% -
HSV(B) 160.61º 0.92% 0.98% -
XYZ 41.9 71 52.05 -
YUV 172.09 129.63 19.52 -
System Red Green Blue C M Y K H S L
Decimal 20 249 175 0.92 0 0.30 0.02 160.61 0.95 0.53
Hex 14 F9 AF 5C 0 1E 2 A1 5F 35
Octal 24 371 257 134 0 36 2 241 137 65
Binary 10100 11111001 10101111 1011100 0 11110 10 10100001 1011111 110101

Color Harmonies of #14F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F9AF

Black with #14F9AF

Text Example


Text Example

White with #14F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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