#6AF706

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

Shades of Bright Green #6AF706

Tints of Bright Green #6AF706

Color information

#6AF706 (or 0x6AF706) is unknown color: approx Bright Green. HEX triplet: 6A, F7 and 06. RGB value is (106,247,6). Sum of RGB (Red+Green+Blue) = 106+247+6=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF706 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF706 is #9508F9. Grayscale: #B2B2B2. Windows color (decimal): -9767162 or 456554. OLE color: 456554.

HSL color Cylindrical-coordinate representation of color #6AF706: hue angle of 95.1º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6AF706 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB1062476-
CMYK0.5700.980.03
HSL95.1º95.26%49.61%-
HSV(B)95.1º97.57%96.86%-
XYZ39.2469.611.54-
YUV177.3731.2977.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 247 (96.88% from 255) = 68.80%
BLUE value IS 6 (2.73% from 255) = 1.67%
R=29.53%
G=68.80%
B=1.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal10624760.5700.980.0395.195.2649.61
Hex6AF763906235f5f32
Octal1523676710142313713762
Binary110101011110111110111001011000101110111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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