Html Css Color HEX #14FC72 Spring Green

📋 copy color: '#14FC72'

red 20 ◦ green 252 ◦ blue 114

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

Shades of Spring Green #14FC72

Tints of Spring Green #14FC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 5.18%
G = 65.28%
B = 29.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#14FC72 (or 0x14FC72) is known color: Spring Green. HEX triplet: 14, FC and 72. RGB value is (20,252,114). Sum of RGB (Red+Green+Blue) = 20+252+114=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 252 (98.83% from 255 or 65.28% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 252 - color contains mainly: green. Hex color #14FC72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FC72 is #EB038D. Grayscale: #A7A7A7. Windows color (decimal): -15401870 or 7535636. OLE color: 7535636.

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

Color convert

RGB 20 252 114 -
CMYK 0.92 0 0.55 0.01
HSL 144.31º 0.97% 0.53% -
HSV(B) 144.31º 0.92% 0.99% -
XYZ 38.14 70.98 27.61 -
YUV 166.9 98.14 23.22 -
System Red Green Blue C M Y K H S L
Decimal 20 252 114 0.92 0 0.55 0.01 144.31 0.97 0.53
Hex 14 FC 72 5C 0 37 1 90 61 35
Octal 24 374 162 134 0 67 1 220 141 65
Binary 10100 11111100 1110010 1011100 0 110111 1 10010000 1100001 110101

Color Harmonies of #14FC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FC72

Black with #14FC72

Text Example


Text Example

White with #14FC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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