Html Css Color HEX #14F27E Spring Green

📋 copy color: '#14F27E'

red 20 ◦ green 242 ◦ blue 126

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

Shades of Spring Green #14F27E

Tints of Spring Green #14F27E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 62.37%

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 5.15%
G = 62.37%
B = 32.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#14F27E (or 0x14F27E) is known color: Spring Green. HEX triplet: 14, F2 and 7E. RGB value is (20,242,126). Sum of RGB (Red+Green+Blue) = 20+242+126=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #14F27E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F27E is #EB0D81. Grayscale: #A2A2A2. Windows color (decimal): -15404418 or 8319508. OLE color: 8319508.

HSL color Cylindrical-coordinate representation of color #14F27E: hue angle of 148.65º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F27E is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 242 126 -
CMYK 0.92 0 0.48 0.05
HSL 148.65º 0.9% 0.51% -
HSV(B) 148.65º 0.92% 0.95% -
XYZ 35.81 65.16 30.43 -
YUV 162.4 107.45 26.43 -
System Red Green Blue C M Y K H S L
Decimal 20 242 126 0.92 0 0.48 0.05 148.65 0.9 0.51
Hex 14 F2 7E 5C 0 30 5 95 5A 33
Octal 24 362 176 134 0 60 5 225 132 63
Binary 10100 11110010 1111110 1011100 0 110000 101 10010101 1011010 110011

Color Harmonies of #14F27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F27E

Black with #14F27E

Text Example


Text Example

White with #14F27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,242,126); }

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

background-color css

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

 a { background-color: rgb(20,242,126); }

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

border-color css

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

 span { border-color: rgb(20,242,126); }

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