Html Css Color HEX #14FA8E Medium Spring Green

📋 copy color: '#14FA8E'

red 20 ◦ green 250 ◦ blue 142

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

Shades of Medium Spring Green #14FA8E

Tints of Medium Spring Green #14FA8E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 60.68%

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 4.85%
G = 60.68%
B = 34.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#14FA8E (or 0x14FA8E) is known color: Medium Spring Green. HEX triplet: 14, FA and 8E. RGB value is (20,250,142). Sum of RGB (Red+Green+Blue) = 20+250+142=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA8E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FA8E is #EB0571. Grayscale: #A9A9A9. Windows color (decimal): -15402354 or 9370132. OLE color: 9370132.

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

Color convert

RGB 20 250 142 -
CMYK 0.92 0 0.43 0.02
HSL 151.83º 0.96% 0.53% -
HSV(B) 151.83º 0.92% 0.98% -
XYZ 39.36 70.47 37.12 -
YUV 168.92 112.8 21.78 -
System Red Green Blue C M Y K H S L
Decimal 20 250 142 0.92 0 0.43 0.02 151.83 0.96 0.53
Hex 14 FA 8E 5C 0 2B 2 98 60 35
Octal 24 372 216 134 0 53 2 230 140 65
Binary 10100 11111010 10001110 1011100 0 101011 10 10011000 1100000 110101

Color Harmonies of #14FA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FA8E

Black with #14FA8E

Text Example


Text Example

White with #14FA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,250,142); }

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

background-color css

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

 a { background-color: rgb(20,250,142); }

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

border-color css

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

 span { border-color: rgb(20,250,142); }

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