Html Css Color HEX #14F09F Medium Spring Green

📋 copy color: '#14F09F'

red 20 ◦ green 240 ◦ blue 159

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

Shades of Medium Spring Green #14F09F

Tints of Medium Spring Green #14F09F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.28%

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

R = 4.77%
G = 57.28%
B = 37.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#14F09F (or 0x14F09F) is known color: Medium Spring Green. HEX triplet: 14, F0 and 9F. RGB value is (20,240,159). Sum of RGB (Red+Green+Blue) = 20+240+159=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #14F09F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F09F is #EB0F60. Grayscale: #A5A5A5. Windows color (decimal): -15404897 or 10481684. OLE color: 10481684.

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

Color convert

RGB 20 240 159 -
CMYK 0.92 0 0.34 0.06
HSL 157.91º 0.88% 0.51% -
HSV(B) 157.91º 0.92% 0.94% -
XYZ 37.71 64.97 43.35 -
YUV 164.99 124.61 24.59 -
System Red Green Blue C M Y K H S L
Decimal 20 240 159 0.92 0 0.34 0.06 157.91 0.88 0.51
Hex 14 F0 9F 5C 0 22 6 9E 58 33
Octal 24 360 237 134 0 42 6 236 130 63
Binary 10100 11110000 10011111 1011100 0 100010 110 10011110 1011000 110011

Color Harmonies of #14F09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F09F

Black with #14F09F

Text Example


Text Example

White with #14F09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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