Html Css Color HEX #14F47F Spring Green

📋 copy color: '#14F47F'

red 20 ◦ green 244 ◦ blue 127

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

Shades of Spring Green #14F47F

Tints of Spring Green #14F47F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 62.4%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 5.12%
G = 62.4%
B = 32.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#14F47F (or 0x14F47F) is known color: Spring Green. HEX triplet: 14, F4 and 7F. RGB value is (20,244,127). Sum of RGB (Red+Green+Blue) = 20+244+127=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 244 (95.70% from 255 or 62.40% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 244 - color contains mainly: green. Hex color #14F47F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F47F is #EB0B80. Grayscale: #A3A3A3. Windows color (decimal): -15403905 or 8385556. OLE color: 8385556.

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

Color convert

RGB 20 244 127 -
CMYK 0.92 0 0.48 0.04
HSL 148.66º 0.91% 0.52% -
HSV(B) 148.66º 0.92% 0.96% -
XYZ 36.47 66.38 30.97 -
YUV 163.69 107.29 25.51 -
System Red Green Blue C M Y K H S L
Decimal 20 244 127 0.92 0 0.48 0.04 148.66 0.91 0.52
Hex 14 F4 7F 5C 0 30 4 95 5B 34
Octal 24 364 177 134 0 60 4 225 133 64
Binary 10100 11110100 1111111 1011100 0 110000 100 10010101 1011011 110100

Color Harmonies of #14F47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F47F

Black with #14F47F

Text Example


Text Example

White with #14F47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,244,127); }

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

background-color css

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

 a { background-color: rgb(20,244,127); }

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

border-color css

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

 span { border-color: rgb(20,244,127); }

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