Html Css Color HEX #14F57A Spring Green

📋 copy color: '#14F57A'

red 20 ◦ green 245 ◦ blue 122

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

Shades of Spring Green #14F57A

Tints of Spring Green #14F57A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 63.31%

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 5.17%
G = 63.31%
B = 31.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#14F57A (or 0x14F57A) is known color: Spring Green. HEX triplet: 14, F5 and 7A. RGB value is (20,245,122). Sum of RGB (Red+Green+Blue) = 20+245+122=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 245 (96.09% from 255 or 63.31% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 245 - color contains mainly: green. Hex color #14F57A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F57A is #EB0A85. Grayscale: #A3A3A3. Windows color (decimal): -15403654 or 8058132. OLE color: 8058132.

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

Color convert

RGB 20 245 122 -
CMYK 0.92 0 0.50 0.04
HSL 147.2º 0.92% 0.52% -
HSV(B) 147.2º 0.92% 0.96% -
XYZ 36.45 66.86 29.4 -
YUV 163.7 104.46 25.5 -
System Red Green Blue C M Y K H S L
Decimal 20 245 122 0.92 0 0.50 0.04 147.2 0.92 0.52
Hex 14 F5 7A 5C 0 32 4 93 5C 34
Octal 24 365 172 134 0 62 4 223 134 64
Binary 10100 11110101 1111010 1011100 0 110010 100 10010011 1011100 110100

Color Harmonies of #14F57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F57A

Black with #14F57A

Text Example


Text Example

White with #14F57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,245,122); }

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

background-color css

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

 a { background-color: rgb(20,245,122); }

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

border-color css

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

 span { border-color: rgb(20,245,122); }

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