Html Css Color HEX #14F774 Spring Green

📋 copy color: '#14F774'

red 20 ◦ green 247 ◦ blue 116

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

Shades of Spring Green #14F774

Tints of Spring Green #14F774

RGB

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

 GREEN value IS 247 (96.88% from 255) = 64.49%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 5.22%
G = 64.49%
B = 30.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#14F774 (or 0x14F774) is known color: Spring Green. HEX triplet: 14, F7 and 74. RGB value is (20,247,116). Sum of RGB (Red+Green+Blue) = 20+247+116=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 247 (96.88% from 255 or 64.49% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 247 - color contains mainly: green. Hex color #14F774 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F774 is #EB088B. Grayscale: #A4A4A4. Windows color (decimal): -15403148 or 7665428. OLE color: 7665428.

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

Color convert

RGB 20 247 116 -
CMYK 0.92 0 0.53 0.03
HSL 145.37º 0.93% 0.52% -
HSV(B) 145.37º 0.92% 0.97% -
XYZ 36.7 67.93 27.7 -
YUV 164.19 100.79 25.15 -
System Red Green Blue C M Y K H S L
Decimal 20 247 116 0.92 0 0.53 0.03 145.37 0.93 0.52
Hex 14 F7 74 5C 0 35 3 91 5D 34
Octal 24 367 164 134 0 65 3 221 135 64
Binary 10100 11110111 1110100 1011100 0 110101 11 10010001 1011101 110100

Color Harmonies of #14F774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F774

Black with #14F774

Text Example


Text Example

White with #14F774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,247,116); }

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

background-color css

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

 a { background-color: rgb(20,247,116); }

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

border-color css

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

 span { border-color: rgb(20,247,116); }

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