#05E20A

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

Shades of Free Speech Green #05E20A

Tints of Free Speech Green #05E20A

Color information

#05E20A (or 0x05E20A) is unknown color: approx Free Speech Green. HEX triplet: 05, E2 and 0A. RGB value is (5,226,10). Sum of RGB (Red+Green+Blue) = 5+226+10=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 226 (88.67% from 255 or 93.78% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 226 - color contains mainly: green. Hex color #05E20A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E20A is #FA1DF5. Grayscale: #878787. Windows color (decimal): -16391670 or 713221. OLE color: 713221.

HSL color Cylindrical-coordinate representation of color #05E20A: hue angle of 121.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E20A is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB522610-
CMYK0.9800.960.11
HSL121.36º95.67%45.29%-
HSV(B)121.36º97.79%88.63%-
XYZ27.3154.459.36-
YUV135.357.2835.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 226 (88.67% from 255) = 93.78%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=2.07%
G=93.78%
B=4.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal5226100.9800.960.11121.3695.6745.29
Hex5E2A62060B79602d
Octal53421214201401317114055
Binary101111000101010110001001100000101111110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05E20A; }

 p { color: rgb(5,226,10); }

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

<style>
 a { background-color: #05E20A; }

 a { background-color: rgb(5,226,10); }

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

<style>
 span { border-color: #05E20A; }

 span { border-color: rgb(5,226,10); }

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