#06EF16

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

Shades of Free Speech Green #06EF16

Tints of Free Speech Green #06EF16

Color information

#06EF16 (or 0x06EF16) is unknown color: approx Free Speech Green. HEX triplet: 06, EF and 16. RGB value is (6,239,22). Sum of RGB (Red+Green+Blue) = 6+239+22=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 239 (93.75% from 255 or 89.51% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 239 - color contains mainly: green. Hex color #06EF16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06EF16 is #F910E9. Grayscale: #919191. Windows color (decimal): -16322794 or 1502982. OLE color: 1502982.

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

Color convert

RGB623922-
CMYK0.9700.910.06
HSL124.12º95.1%48.04%-
HSV(B)124.12º97.49%93.73%-
XYZ31.0961.8311.05-
YUV144.658.8129.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 239 (93.75% from 255) = 89.51%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=2.25%
G=89.51%
B=8.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal6239220.9700.910.06124.1295.148.04
Hex6EF166105B67c5f30
Octal6357261410133617413760
Binary110111011111011011000010101101111011111001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06EF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,239,22); }

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

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

 a { background-color: rgb(6,239,22); }

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

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

 span { border-color: rgb(6,239,22); }

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