Html Css Color HEX #14F9A6 Medium Spring Green

📋 copy color: '#14F9A6'

red 20 ◦ green 249 ◦ blue 166

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

Shades of Medium Spring Green #14F9A6

Tints of Medium Spring Green #14F9A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.16%

R = 4.6%
G = 57.24%
B = 38.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#14F9A6 (or 0x14F9A6) is known color: Medium Spring Green. HEX triplet: 14, F9 and A6. RGB value is (20,249,166). Sum of RGB (Red+Green+Blue) = 20+249+166=435 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.60% from 435); Green value is 249 (97.66% from 255 or 57.24% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 249 - color contains mainly: green. Hex color #14F9A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F9A6 is #EB0659. Grayscale: #ABABAB. Windows color (decimal): -15402586 or 10942740. OLE color: 10942740.

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

Color convert

RGB 20 249 166 -
CMYK 0.92 0 0.33 0.02
HSL 158.25º 0.95% 0.53% -
HSV(B) 158.25º 0.92% 0.98% -
XYZ 41.05 70.65 47.55 -
YUV 171.07 125.13 20.25 -
System Red Green Blue C M Y K H S L
Decimal 20 249 166 0.92 0 0.33 0.02 158.25 0.95 0.53
Hex 14 F9 A6 5C 0 21 2 9E 5F 35
Octal 24 371 246 134 0 41 2 236 137 65
Binary 10100 11111001 10100110 1011100 0 100001 10 10011110 1011111 110101

Color Harmonies of #14F9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F9A6

Black with #14F9A6

Text Example


Text Example

White with #14F9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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