Html Css Color HEX #14F694 Medium Spring Green

📋 copy color: '#14F694'

red 20 ◦ green 246 ◦ blue 148

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

Shades of Medium Spring Green #14F694

Tints of Medium Spring Green #14F694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 4.83%
G = 59.42%
B = 35.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#14F694 (or 0x14F694) is known color: Medium Spring Green. HEX triplet: 14, F6 and 94. RGB value is (20,246,148). Sum of RGB (Red+Green+Blue) = 20+246+148=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 246 (96.48% from 255 or 59.42% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 246 - color contains mainly: green. Hex color #14F694 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F694 is #EB096B. Grayscale: #A7A7A7. Windows color (decimal): -15403372 or 9762324. OLE color: 9762324.

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

Color convert

RGB 20 246 148 -
CMYK 0.92 0 0.40 0.04
HSL 153.98º 0.93% 0.52% -
HSV(B) 153.98º 0.92% 0.96% -
XYZ 38.59 68.2 39.15 -
YUV 167.25 117.13 22.97 -
System Red Green Blue C M Y K H S L
Decimal 20 246 148 0.92 0 0.40 0.04 153.98 0.93 0.52
Hex 14 F6 94 5C 0 28 4 9A 5D 34
Octal 24 366 224 134 0 50 4 232 135 64
Binary 10100 11110110 10010100 1011100 0 101000 100 10011010 1011101 110100

Color Harmonies of #14F694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F694

Black with #14F694

Text Example


Text Example

White with #14F694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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