#6AEB06

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

Shades of Bright Green #6AEB06

Tints of Bright Green #6AEB06

Color information

#6AEB06 (or 0x6AEB06) is unknown color: approx Bright Green. HEX triplet: 6A, EB and 06. RGB value is (106,235,6). Sum of RGB (Red+Green+Blue) = 106+235+6=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 235 (92.19% from 255 or 67.72% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AEB06 is #9514F9. Grayscale: #ABABAB. Windows color (decimal): -9770234 or 453482. OLE color: 453482.

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

Color convert

RGB1062356-
CMYK0.5500.970.08
HSL93.8º95.02%47.25%-
HSV(B)93.8º97.45%92.16%-
XYZ35.6962.4910.35-
YUV170.3235.2682.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.55%
GREEN value IS 235 (92.19% from 255) = 67.72%
BLUE value IS 6 (2.73% from 255) = 1.73%
R=30.55%
G=67.72%
B=1.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal10623560.5500.970.0893.895.0247.25
Hex6AEB63706185e5f2f
Octal15235366701411013613757
Binary11010101110101111011011101100001100010111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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