#20F86A

Color #20F86A Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #20F86A

Tints of Spring Green #20F86A

Color information

#20F86A (or 0x20F86A) is unknown color: approx Spring Green. HEX triplet: 20, F8 and 6A. RGB value is (32,248,106). Sum of RGB (Red+Green+Blue) = 32+248+106=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 248 (97.27% from 255 or 64.25% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 248 - color contains mainly: green. Hex color #20F86A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F86A is #DF0795. Grayscale: #A7A7A7. Windows color (decimal): -14616470 or 7010336. OLE color: 7010336.

HSL color Cylindrical-coordinate representation of color #20F86A: hue angle of 140.56º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F86A is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB32248106-
CMYK0.8700.570.03
HSL140.56º93.91%54.9%-
HSV(B)140.56º87.1%97.25%-
XYZ36.7668.4824.92-
YUV167.2393.4431.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.29%
GREEN value IS 248 (97.27% from 255) = 64.25%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=8.29%
G=64.25%
B=27.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal322481060.8700.570.03140.5693.9154.9
Hex20F86A5703938d5e37
Octal40370152127071321513667
Binary1000001111100011010101010111011100111100011011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,248,106); }

 H1.HeaderClassName
 {
   color: #20F86A;
 }
 .AnyTagClassName
 {
   color: #20F86A;
 }
</style>
background-color css

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

 a { background-color: rgb(32,248,106); }

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

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

 span { border-color: rgb(32,248,106); }

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