Html Css Color HEX #14E17E Spring Green

📋 copy color: '#14E17E'

red 20 ◦ green 225 ◦ blue 126

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

Shades of Spring Green #14E17E

Tints of Spring Green #14E17E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.65%

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

R = 5.39%
G = 60.65%
B = 33.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#14E17E (or 0x14E17E) is known color: Spring Green. HEX triplet: 14, E1 and 7E. RGB value is (20,225,126). Sum of RGB (Red+Green+Blue) = 20+225+126=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #14E17E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E17E is #EB1E81. Grayscale: #989898. Windows color (decimal): -15408770 or 8315156. OLE color: 8315156.

HSL color Cylindrical-coordinate representation of color #14E17E: hue angle of 151.02º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E17E is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 225 126 -
CMYK 0.91 0 0.44 0.12
HSL 151.02º 0.84% 0.48% -
HSV(B) 151.02º 0.91% 0.88% -
XYZ 30.98 55.51 28.82 -
YUV 152.42 113.08 33.55 -
System Red Green Blue C M Y K H S L
Decimal 20 225 126 0.91 0 0.44 0.12 151.02 0.84 0.48
Hex 14 E1 7E 5B 0 2C C 97 54 30
Octal 24 341 176 133 0 54 14 227 124 60
Binary 10100 11100001 1111110 1011011 0 101100 1100 10010111 1010100 110000

Color Harmonies of #14E17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E17E

Black with #14E17E

Text Example


Text Example

White with #14E17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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