Html Css Color HEX #14F19F Medium Spring Green

📋 copy color: '#14F19F'

red 20 ◦ green 241 ◦ blue 159

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

Shades of Medium Spring Green #14F19F

Tints of Medium Spring Green #14F19F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.38%

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 4.76%
G = 57.38%
B = 37.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#14F19F (or 0x14F19F) is known color: Medium Spring Green. HEX triplet: 14, F1 and 9F. RGB value is (20,241,159). Sum of RGB (Red+Green+Blue) = 20+241+159=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #14F19F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F19F is #EB0E60. Grayscale: #A5A5A5. Windows color (decimal): -15404641 or 10481940. OLE color: 10481940.

HSL color Cylindrical-coordinate representation of color #14F19F: hue angle of 157.74º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F19F is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 241 159 -
CMYK 0.92 0 0.34 0.05
HSL 157.74º 0.89% 0.51% -
HSV(B) 157.74º 0.92% 0.95% -
XYZ 38 65.56 43.45 -
YUV 165.57 124.28 24.17 -
System Red Green Blue C M Y K H S L
Decimal 20 241 159 0.92 0 0.34 0.05 157.74 0.89 0.51
Hex 14 F1 9F 5C 0 22 5 9E 59 33
Octal 24 361 237 134 0 42 5 236 131 63
Binary 10100 11110001 10011111 1011100 0 100010 101 10011110 1011001 110011

Color Harmonies of #14F19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F19F

Black with #14F19F

Text Example


Text Example

White with #14F19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,241,159); }

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

background-color css

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

 a { background-color: rgb(20,241,159); }

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

border-color css

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

 span { border-color: rgb(20,241,159); }

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