#06E80A

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

Shades of Free Speech Green #06E80A

Tints of Free Speech Green #06E80A

Color information

#06E80A (or 0x06E80A) is unknown color: approx Free Speech Green. HEX triplet: 06, E8 and 0A. RGB value is (6,232,10). Sum of RGB (Red+Green+Blue) = 6+232+10=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 232 (91.02% from 255 or 93.55% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 232 - color contains mainly: green. Hex color #06E80A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06E80A is #F917F5. Grayscale: #8B8B8B. Windows color (decimal): -16324598 or 714758. OLE color: 714758.

HSL color Cylindrical-coordinate representation of color #06E80A: hue angle of 121.06º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E80A is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB623210-
CMYK0.9700.960.09
HSL121.06º94.96%46.67%-
HSV(B)121.06º97.41%90.98%-
XYZ28.9957.779.91-
YUV139.1255.1333.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 232 (91.02% from 255) = 93.55%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=2.42%
G=93.55%
B=4.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6232100.9700.960.09121.0694.9646.67
Hex6E8A610609795f2f
Octal63501214101401117113757
Binary110111010001010110000101100000100111110011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06E80A; }

 p { color: rgb(6,232,10); }

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

<style>
 a { background-color: #06E80A; }

 a { background-color: rgb(6,232,10); }

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

<style>
 span { border-color: #06E80A; }

 span { border-color: rgb(6,232,10); }

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