Html Css Color HEX #14F07A Spring Green

📋 copy color: '#14F07A'

red 20 ◦ green 240 ◦ blue 122

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

Shades of Spring Green #14F07A

Tints of Spring Green #14F07A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 62.83%

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

R = 5.24%
G = 62.83%
B = 31.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#14F07A (or 0x14F07A) is known color: Spring Green. HEX triplet: 14, F0 and 7A. RGB value is (20,240,122). Sum of RGB (Red+Green+Blue) = 20+240+122=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #14F07A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F07A is #EB0F85. Grayscale: #A1A1A1. Windows color (decimal): -15404934 or 8056852. OLE color: 8056852.

HSL color Cylindrical-coordinate representation of color #14F07A: hue angle of 147.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F07A is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 240 122 -
CMYK 0.92 0 0.49 0.06
HSL 147.82º 0.88% 0.51% -
HSV(B) 147.82º 0.92% 0.94% -
XYZ 34.96 63.87 28.9 -
YUV 160.77 106.11 27.59 -
System Red Green Blue C M Y K H S L
Decimal 20 240 122 0.92 0 0.49 0.06 147.82 0.88 0.51
Hex 14 F0 7A 5C 0 31 6 94 58 33
Octal 24 360 172 134 0 61 6 224 130 63
Binary 10100 11110000 1111010 1011100 0 110001 110 10010100 1011000 110011

Color Harmonies of #14F07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F07A

Black with #14F07A

Text Example


Text Example

White with #14F07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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