#20F815

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

Shades of Free Speech Green #20F815

Tints of Free Speech Green #20F815

Color information

#20F815 (or 0x20F815) is unknown color: approx Free Speech Green. HEX triplet: 20, F8 and 15. RGB value is (32,248,21). Sum of RGB (Red+Green+Blue) = 32+248+21=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 248 (97.27% from 255 or 82.39% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 248 - color contains mainly: green. Hex color #20F815 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20F815 is #DF07EA. Grayscale: #9E9E9E. Windows color (decimal): -14616555 or 1439776. OLE color: 1439776.

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

Color convert

RGB3224821-
CMYK0.8700.920.03
HSL117.09º94.19%52.75%-
HSV(B)117.09º91.53%97.25%-
XYZ34.367.511.93-
YUV157.5450.9438.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.63%
GREEN value IS 248 (97.27% from 255) = 82.39%
BLUE value IS 21 (8.59% from 255) = 6.98%
R=10.63%
G=82.39%
B=6.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal32248210.8700.920.03117.0994.1952.75
Hex20F8155705C3755e35
Octal40370251270134316513665
Binary10000011111000101011010111010111001111101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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