#06EC05

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

Shades of Free Speech Green #06EC05

Tints of Free Speech Green #06EC05

Color information

#06EC05 (or 0x06EC05) is unknown color: approx Free Speech Green. HEX triplet: 06, EC and 05. RGB value is (6,236,5). Sum of RGB (Red+Green+Blue) = 6+236+5=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 236 (92.58% from 255 or 95.55% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 236 - color contains mainly: green. Hex color #06EC05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06EC05 is #F913FA. Grayscale: #8D8D8D. Windows color (decimal): -16323579 or 388102. OLE color: 388102.

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

Color convert

RGB62365-
CMYK0.9700.980.07
HSL119.74º95.85%47.25%-
HSV(B)119.74º97.88%92.55%-
XYZ30.160.0410.15-
YUV140.951.331.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.43%
GREEN value IS 236 (92.58% from 255) = 95.55%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=2.43%
G=95.55%
B=2.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal623650.9700.980.07119.7495.8547.25
Hex6EC561062778602f
Octal635451410142717014057
Binary1101110110010111000010110001011111110001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06EC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,236,5); }

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

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

 a { background-color: rgb(6,236,5); }

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

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

 span { border-color: rgb(6,236,5); }

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