Html Css Color HEX #20FC96 Medium Spring Green

📋 copy color: '#20FC96'

red 32 ◦ green 252 ◦ blue 150

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

Shades of Medium Spring Green #20FC96

Tints of Medium Spring Green #20FC96

RGB

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

 GREEN value IS 252 (98.83% from 255) = 58.06%

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

R = 7.37%
G = 58.06%
B = 34.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#20FC96 (or 0x20FC96) is known color: Medium Spring Green. HEX triplet: 20, FC and 96. RGB value is (32,252,150). Sum of RGB (Red+Green+Blue) = 32+252+150=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 252 (98.83% from 255 or 58.06% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 252 - color contains mainly: green. Hex color #20FC96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20FC96 is #DF0369. Grayscale: #AEAEAE. Windows color (decimal): -14615402 or 9894944. OLE color: 9894944.

HSL color Cylindrical-coordinate representation of color #20FC96: hue angle of 152.18º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FC96 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 252 150 -
CMYK 0.87 0 0.40 0.01
HSL 152.18º 0.97% 0.56% -
HSV(B) 152.18º 0.87% 0.99% -
XYZ 40.91 72.13 40.62 -
YUV 174.59 114.11 26.29 -
System Red Green Blue C M Y K H S L
Decimal 32 252 150 0.87 0 0.40 0.01 152.18 0.97 0.56
Hex 20 FC 96 57 0 28 1 98 61 38
Octal 40 374 226 127 0 50 1 230 141 70
Binary 100000 11111100 10010110 1010111 0 101000 1 10011000 1100001 111000

Color Harmonies of #20FC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FC96

Black with #20FC96

Text Example


Text Example

White with #20FC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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