#20EE0F

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

Shades of Free Speech Green #20EE0F

Tints of Free Speech Green #20EE0F

Color information

#20EE0F (or 0x20EE0F) is unknown color: approx Free Speech Green. HEX triplet: 20, EE and 0F. RGB value is (32,238,15). Sum of RGB (Red+Green+Blue) = 32+238+15=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 238 (93.36% from 255 or 83.51% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 238 - color contains mainly: green. Hex color #20EE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20EE0F is #DF11F0. Grayscale: #979797. Windows color (decimal): -14619121 or 1044000. OLE color: 1044000.

HSL color Cylindrical-coordinate representation of color #20EE0F: hue angle of 115.43º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20EE0F is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB3223815-
CMYK0.8700.940.07
HSL115.43º88.14%49.61%-
HSV(B)115.43º93.7%93.33%-
XYZ31.2661.4910.67-
YUV150.9851.2543.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.23%
GREEN value IS 238 (93.36% from 255) = 83.51%
BLUE value IS 15 (6.25% from 255) = 5.26%
R=11.23%
G=83.51%
B=5.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal32238150.8700.940.07115.4388.1449.61
Hex20EEF5705E7735832
Octal40356171270136716313062
Binary10000011101110111110101110101111011111100111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,238,15); }

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

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

 a { background-color: rgb(32,238,15); }

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

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

 span { border-color: rgb(32,238,15); }

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