Html Css Color HEX #14E084 Spring Green

📋 copy color: '#14E084'

red 20 ◦ green 224 ◦ blue 132

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

Shades of Spring Green #14E084

Tints of Spring Green #14E084

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.57%

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 5.32%
G = 59.57%
B = 35.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#14E084 (or 0x14E084) is known color: Spring Green. HEX triplet: 14, E0 and 84. RGB value is (20,224,132). Sum of RGB (Red+Green+Blue) = 20+224+132=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #14E084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E084 is #EB1F7B. Grayscale: #989898. Windows color (decimal): -15409020 or 8708116. OLE color: 8708116.

HSL color Cylindrical-coordinate representation of color #14E084: hue angle of 152.94º 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 #14E084 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 224 132 -
CMYK 0.91 0 0.41 0.12
HSL 152.94º 0.84% 0.48% -
HSV(B) 152.94º 0.91% 0.88% -
XYZ 31.11 55.13 30.83 -
YUV 152.52 116.41 33.48 -
System Red Green Blue C M Y K H S L
Decimal 20 224 132 0.91 0 0.41 0.12 152.94 0.84 0.48
Hex 14 E0 84 5B 0 29 C 99 54 30
Octal 24 340 204 133 0 51 14 231 124 60
Binary 10100 11100000 10000100 1011011 0 101001 1100 10011001 1010100 110000

Color Harmonies of #14E084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E084

Black with #14E084

Text Example


Text Example

White with #14E084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,224,132); }

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

background-color css

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

 a { background-color: rgb(20,224,132); }

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

border-color css

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

 span { border-color: rgb(20,224,132); }

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