Html Css Color HEX #14EA6E Spring Green

📋 copy color: '#14EA6E'

red 20 ◦ green 234 ◦ blue 110

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

Shades of Spring Green #14EA6E

Tints of Spring Green #14EA6E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 64.29%

 BLUE value IS 110 (43.36% from 255) = 30.22%

R = 5.49%
G = 64.29%
B = 30.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#14EA6E (or 0x14EA6E) is known color: Spring Green. HEX triplet: 14, EA and 6E. RGB value is (20,234,110). Sum of RGB (Red+Green+Blue) = 20+234+110=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 234 (91.80% from 255 or 64.29% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EA6E is #EB1591. Grayscale: #9C9C9C. Windows color (decimal): -15406482 or 7268884. OLE color: 7268884.

HSL color Cylindrical-coordinate representation of color #14EA6E: hue angle of 145.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EA6E is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 234 110 -
CMYK 0.91 0 0.53 0.08
HSL 145.23º 0.84% 0.5% -
HSV(B) 145.23º 0.91% 0.92% -
XYZ 32.53 60.12 24.64 -
YUV 155.88 102.1 31.08 -
System Red Green Blue C M Y K H S L
Decimal 20 234 110 0.91 0 0.53 0.08 145.23 0.84 0.5
Hex 14 EA 6E 5B 0 35 8 91 54 32
Octal 24 352 156 133 0 65 10 221 124 62
Binary 10100 11101010 1101110 1011011 0 110101 1000 10010001 1010100 110010

Color Harmonies of #14EA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EA6E

Black with #14EA6E

Text Example


Text Example

White with #14EA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,234,110); }

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

background-color css

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

 a { background-color: rgb(20,234,110); }

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

border-color css

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

 span { border-color: rgb(20,234,110); }

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