Html Css Color HEX #14FC7D Spring Green

📋 copy color: '#14FC7D'

red 20 ◦ green 252 ◦ blue 125

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

Shades of Spring Green #14FC7D

Tints of Spring Green #14FC7D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 63.48%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 5.04%
G = 63.48%
B = 31.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#14FC7D (or 0x14FC7D) is known color: Spring Green. HEX triplet: 14, FC and 7D. RGB value is (20,252,125). Sum of RGB (Red+Green+Blue) = 20+252+125=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 252 (98.83% from 255 or 63.48% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 252 - color contains mainly: green. Hex color #14FC7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FC7D is #EB0382. Grayscale: #A8A8A8. Windows color (decimal): -15401859 or 8256532. OLE color: 8256532.

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

Color convert

RGB 20 252 125 -
CMYK 0.92 0 0.50 0.01
HSL 147.16º 0.97% 0.53% -
HSV(B) 147.16º 0.92% 0.99% -
XYZ 38.8 71.25 31.11 -
YUV 168.15 103.64 22.33 -
System Red Green Blue C M Y K H S L
Decimal 20 252 125 0.92 0 0.50 0.01 147.16 0.97 0.53
Hex 14 FC 7D 5C 0 32 1 93 61 35
Octal 24 374 175 134 0 62 1 223 141 65
Binary 10100 11111100 1111101 1011100 0 110010 1 10010011 1100001 110101

Color Harmonies of #14FC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FC7D

Black with #14FC7D

Text Example


Text Example

White with #14FC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,252,125); }

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

background-color css

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

 a { background-color: rgb(20,252,125); }

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

border-color css

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

 span { border-color: rgb(20,252,125); }

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