Html Css Color HEX #14FA92 Medium Spring Green

📋 copy color: '#14FA92'

red 20 ◦ green 250 ◦ blue 146

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

Shades of Medium Spring Green #14FA92

Tints of Medium Spring Green #14FA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 4.81%
G = 60.1%
B = 35.1%

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

#14FA92 (or 0x14FA92) is known color: Medium Spring Green. HEX triplet: 14, FA and 92. RGB value is (20,250,146). Sum of RGB (Red+Green+Blue) = 20+250+146=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FA92 is #EB056D. Grayscale: #A9A9A9. Windows color (decimal): -15402350 or 9632276. OLE color: 9632276.

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

Color convert

RGB 20 250 146 -
CMYK 0.92 0 0.42 0.02
HSL 152.87º 0.96% 0.53% -
HSV(B) 152.87º 0.92% 0.98% -
XYZ 39.66 70.6 38.73 -
YUV 169.37 114.8 21.46 -
System Red Green Blue C M Y K H S L
Decimal 20 250 146 0.92 0 0.42 0.02 152.87 0.96 0.53
Hex 14 FA 92 5C 0 2A 2 99 60 35
Octal 24 372 222 134 0 52 2 231 140 65
Binary 10100 11111010 10010010 1011100 0 101010 10 10011001 1100000 110101

Color Harmonies of #14FA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FA92

Black with #14FA92

Text Example


Text Example

White with #14FA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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