#6AD706

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

Shades of Bright Green #6AD706

Tints of Bright Green #6AD706

Color information

#6AD706 (or 0x6AD706) is unknown color: approx Bright Green. HEX triplet: 6A, D7 and 06. RGB value is (106,215,6). Sum of RGB (Red+Green+Blue) = 106+215+6=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 215 (84.38% from 255 or 65.75% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD706 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD706 is #9528F9. Grayscale: #9F9F9F. Windows color (decimal): -9775354 or 448362. OLE color: 448362.

HSL color Cylindrical-coordinate representation of color #6AD706: hue angle of 91.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6AD706 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB1062156-
CMYK0.5100.970.16
HSL91.29º94.57%43.33%-
HSV(B)91.29º97.21%84.31%-
XYZ30.2851.688.55-
YUV158.5841.8990.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.42%
GREEN value IS 215 (84.38% from 255) = 65.75%
BLUE value IS 6 (2.73% from 255) = 1.83%
R=32.42%
G=65.75%
B=1.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10621560.5100.970.1691.2994.5743.33
Hex6AD7633061105b5f2b
Octal15232766301412013313753
Binary110101011010111110110011011000011000010110111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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