Html Css Color HEX #14F191 Medium Spring Green

📋 copy color: '#14F191'

red 20 ◦ green 241 ◦ blue 145

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

Shades of Medium Spring Green #14F191

Tints of Medium Spring Green #14F191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 4.93%
G = 59.36%
B = 35.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#14F191 (or 0x14F191) is known color: Medium Spring Green. HEX triplet: 14, F1 and 91. RGB value is (20,241,145). Sum of RGB (Red+Green+Blue) = 20+241+145=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #14F191 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F191 is #EB0E6E. Grayscale: #A4A4A4. Windows color (decimal): -15404655 or 9564436. OLE color: 9564436.

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

Color convert

RGB 20 241 145 -
CMYK 0.92 0 0.40 0.05
HSL 153.94º 0.89% 0.51% -
HSV(B) 153.94º 0.92% 0.95% -
XYZ 36.85 65.1 37.41 -
YUV 163.98 117.28 25.31 -
System Red Green Blue C M Y K H S L
Decimal 20 241 145 0.92 0 0.40 0.05 153.94 0.89 0.51
Hex 14 F1 91 5C 0 28 5 9A 59 33
Octal 24 361 221 134 0 50 5 232 131 63
Binary 10100 11110001 10010001 1011100 0 101000 101 10011010 1011001 110011

Color Harmonies of #14F191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F191

Black with #14F191

Text Example


Text Example

White with #14F191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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