Html Css Color HEX #14F690 Medium Spring Green

📋 copy color: '#14F690'

red 20 ◦ green 246 ◦ blue 144

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

Shades of Medium Spring Green #14F690

Tints of Medium Spring Green #14F690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 60%

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

R = 4.88%
G = 60%
B = 35.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#14F690 (or 0x14F690) is known color: Medium Spring Green. HEX triplet: 14, F6 and 90. RGB value is (20,246,144). Sum of RGB (Red+Green+Blue) = 20+246+144=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 246 (96.48% from 255 or 60% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 246 - color contains mainly: green. Hex color #14F690 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F690 is #EB096F. Grayscale: #A6A6A6. Windows color (decimal): -15403376 or 9500180. OLE color: 9500180.

HSL color Cylindrical-coordinate representation of color #14F690: hue angle of 152.92º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F690 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 246 144 -
CMYK 0.92 0 0.41 0.04
HSL 152.92º 0.93% 0.52% -
HSV(B) 152.92º 0.92% 0.96% -
XYZ 38.28 68.07 37.51 -
YUV 166.8 115.13 23.29 -
System Red Green Blue C M Y K H S L
Decimal 20 246 144 0.92 0 0.41 0.04 152.92 0.93 0.52
Hex 14 F6 90 5C 0 29 4 99 5D 34
Octal 24 366 220 134 0 51 4 231 135 64
Binary 10100 11110110 10010000 1011100 0 101001 100 10011001 1011101 110100

Color Harmonies of #14F690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F690

Black with #14F690

Text Example


Text Example

White with #14F690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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