#6AEB16

Color #6AEB16 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #6AEB16

Tints of Bright Green #6AEB16

Color information

#6AEB16 (or 0x6AEB16) is unknown color: approx Bright Green. HEX triplet: 6A, EB and 16. RGB value is (106,235,22). Sum of RGB (Red+Green+Blue) = 106+235+22=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 235 (92.19% from 255 or 64.74% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AEB16 is #9514E9. Grayscale: #ACACAC. Windows color (decimal): -9770218 or 1502058. OLE color: 1502058.

HSL color Cylindrical-coordinate representation of color #6AEB16: hue angle of 96.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AEB16 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB10623522-
CMYK0.5500.910.08
HSL96.34º84.19%50.39%-
HSV(B)96.34º90.64%92.16%-
XYZ35.862.5410.94-
YUV172.1543.2680.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 235 (92.19% from 255) = 64.74%
BLUE value IS 22 (8.98% from 255) = 6.06%
R=29.20%
G=64.74%
B=6.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal106235220.5500.910.0896.3484.1950.39
Hex6AEB163705B8605432
Octal152353266701331014012462
Binary1101010111010111011011011101011011100011000001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AEB16; }

 p { color: rgb(106,235,22); }

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

<style>
 a { background-color: #6AEB16; }

 a { background-color: rgb(106,235,22); }

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

<style>
 span { border-color: #6AEB16; }

 span { border-color: rgb(106,235,22); }

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