Html Css Color HEX #14FA7A Spring Green

📋 copy color: '#14FA7A'

red 20 ◦ green 250 ◦ blue 122

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

Shades of Spring Green #14FA7A

Tints of Spring Green #14FA7A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 63.78%

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

R = 5.1%
G = 63.78%
B = 31.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#14FA7A (or 0x14FA7A) is known color: Spring Green. HEX triplet: 14, FA and 7A. RGB value is (20,250,122). Sum of RGB (Red+Green+Blue) = 20+250+122=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 250 (98.05% from 255 or 63.78% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FA7A is #EB0585. Grayscale: #A6A6A6. Windows color (decimal): -15402374 or 8059412. OLE color: 8059412.

HSL color Cylindrical-coordinate representation of color #14FA7A: hue angle of 146.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FA7A is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 250 122 -
CMYK 0.92 0 0.51 0.02
HSL 146.61º 0.96% 0.53% -
HSV(B) 146.61º 0.92% 0.98% -
XYZ 37.99 69.93 29.91 -
YUV 166.64 102.8 23.41 -
System Red Green Blue C M Y K H S L
Decimal 20 250 122 0.92 0 0.51 0.02 146.61 0.96 0.53
Hex 14 FA 7A 5C 0 33 2 93 60 35
Octal 24 372 172 134 0 63 2 223 140 65
Binary 10100 11111010 1111010 1011100 0 110011 10 10010011 1100000 110101

Color Harmonies of #14FA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FA7A

Black with #14FA7A

Text Example


Text Example

White with #14FA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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