Html Css Color HEX #14FA90 Medium Spring Green

📋 copy color: '#14FA90'

red 20 ◦ green 250 ◦ blue 144

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

Shades of Medium Spring Green #14FA90

Tints of Medium Spring Green #14FA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 4.83%
G = 60.39%
B = 34.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#14FA90 (or 0x14FA90) is known color: Medium Spring Green. HEX triplet: 14, FA and 90. RGB value is (20,250,144). Sum of RGB (Red+Green+Blue) = 20+250+144=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA90 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FA90 is #EB056F. Grayscale: #A9A9A9. Windows color (decimal): -15402352 or 9501204. OLE color: 9501204.

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

Color convert

RGB 20 250 144 -
CMYK 0.92 0 0.42 0.02
HSL 152.35º 0.96% 0.53% -
HSV(B) 152.35º 0.92% 0.98% -
XYZ 39.51 70.53 37.92 -
YUV 169.15 113.8 21.62 -
System Red Green Blue C M Y K H S L
Decimal 20 250 144 0.92 0 0.42 0.02 152.35 0.96 0.53
Hex 14 FA 90 5C 0 2A 2 98 60 35
Octal 24 372 220 134 0 52 2 230 140 65
Binary 10100 11111010 10010000 1011100 0 101010 10 10011000 1100000 110101

Color Harmonies of #14FA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FA90

Black with #14FA90

Text Example


Text Example

White with #14FA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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