#06FF16

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

Shades of Free Speech Green #06FF16

Tints of Free Speech Green #06FF16

Color information

#06FF16 (or 0x06FF16) is unknown color: approx Free Speech Green. HEX triplet: 06, FF and 16. RGB value is (6,255,22). Sum of RGB (Red+Green+Blue) = 6+255+22=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 255 (100% from 255 or 90.11% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF16 is #F900E9. Grayscale: #9A9A9A. Windows color (decimal): -16318698 or 1507078. OLE color: 1507078.

HSL color Cylindrical-coordinate representation of color #06FF16: hue angle of 123.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FF16 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB625522-
CMYK0.9800.910
HSL123.86º100%51.18%-
HSV(B)123.86º97.65%100%-
XYZ35.9871.6212.69-
YUV153.9953.5122.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.12%
GREEN value IS 255 (100% from 255) = 90.11%
BLUE value IS 22 (8.98% from 255) = 7.77%
R=2.12%
G=90.11%
B=7.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal6255220.9800.910123.8610051.18
Hex6FF166205B07c6433
Octal6377261420133017414463
Binary1101111111110110110001001011011011111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06FF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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