Html Css Color HEX #20EA96 Medium Spring Green

📋 copy color: '#20EA96'

red 32 ◦ green 234 ◦ blue 150

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

Shades of Medium Spring Green #20EA96

Tints of Medium Spring Green #20EA96

RGB

 RED value IS 32 (12.89% from 255) = 7.69%

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

 BLUE value IS 150 (58.98% from 255) = 36.06%

R = 7.69%
G = 56.25%
B = 36.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#20EA96 (or 0x20EA96) is known color: Medium Spring Green. HEX triplet: 20, EA and 96. RGB value is (32,234,150). Sum of RGB (Red+Green+Blue) = 32+234+150=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 234 (91.80% from 255 or 56.25% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 234 - color contains mainly: green. Hex color #20EA96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20EA96 is #DF1569. Grayscale: #A4A4A4. Windows color (decimal): -14620010 or 9890336. OLE color: 9890336.

HSL color Cylindrical-coordinate representation of color #20EA96: hue angle of 155.05º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EA96 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 234 150 -
CMYK 0.86 0 0.36 0.08
HSL 155.05º 0.83% 0.52% -
HSV(B) 155.05º 0.86% 0.92% -
XYZ 35.52 61.35 38.82 -
YUV 164.03 120.08 33.83 -
System Red Green Blue C M Y K H S L
Decimal 32 234 150 0.86 0 0.36 0.08 155.05 0.83 0.52
Hex 20 EA 96 56 0 24 8 9B 53 34
Octal 40 352 226 126 0 44 10 233 123 64
Binary 100000 11101010 10010110 1010110 0 100100 1000 10011011 1010011 110100

Color Harmonies of #20EA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EA96

Black with #20EA96

Text Example


Text Example

White with #20EA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20EA96; }

 p { color: rgb(32,234,150); }

 H1.HeaderClassName
 {
   color: #20EA96;
 }
 .AnyTagClassName
 {
   color: #20EA96;
 }
</style>

background-color css

<style>
 a { background-color: #20EA96; }

 a { background-color: rgb(32,234,150); }

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

border-color css

<style>
 span { border-color: #20EA96; }

 span { border-color: rgb(32,234,150); }

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