Html Css Color HEX #14E276 Spring Green

📋 copy color: '#14E276'

red 20 ◦ green 226 ◦ blue 118

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

Shades of Spring Green #14E276

Tints of Spring Green #14E276

RGB

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

 GREEN value IS 226 (88.67% from 255) = 62.09%

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 5.49%
G = 62.09%
B = 32.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#14E276 (or 0x14E276) is known color: Spring Green. HEX triplet: 14, E2 and 76. RGB value is (20,226,118). Sum of RGB (Red+Green+Blue) = 20+226+118=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 226 (88.67% from 255 or 62.09% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 226 - color contains mainly: green. Hex color #14E276 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E276 is #EB1D89. Grayscale: #989898. Windows color (decimal): -15408522 or 7791124. OLE color: 7791124.

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

Color convert

RGB 20 226 118 -
CMYK 0.91 0 0.48 0.11
HSL 148.54º 0.84% 0.48% -
HSV(B) 148.54º 0.91% 0.89% -
XYZ 30.75 55.85 26.3 -
YUV 152.09 108.75 33.78 -
System Red Green Blue C M Y K H S L
Decimal 20 226 118 0.91 0 0.48 0.11 148.54 0.84 0.48
Hex 14 E2 76 5B 0 30 B 95 54 30
Octal 24 342 166 133 0 60 13 225 124 60
Binary 10100 11100010 1110110 1011011 0 110000 1011 10010101 1010100 110000

Color Harmonies of #14E276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E276

Black with #14E276

Text Example


Text Example

White with #14E276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,226,118); }

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

background-color css

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

 a { background-color: rgb(20,226,118); }

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

border-color css

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

 span { border-color: rgb(20,226,118); }

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