#6AF601

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

Shades of Bright Green #6AF601

Tints of Bright Green #6AF601

Color information

#6AF601 (or 0x6AF601) is unknown color: approx Bright Green. HEX triplet: 6A, F6 and 01. RGB value is (106,246,1). Sum of RGB (Red+Green+Blue) = 106+246+1=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 246 (96.48% from 255 or 69.69% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 246 - color contains mainly: green. Hex color #6AF601 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF601 is #9509FE. Grayscale: #B1B1B1. Windows color (decimal): -9767423 or 128618. OLE color: 128618.

HSL color Cylindrical-coordinate representation of color #6AF601: hue angle of 94.29º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AF601 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB1062461-
CMYK0.5701.000.04
HSL94.29º99.19%48.43%-
HSV(B)94.29º99.59%96.47%-
XYZ38.9168.9811.29-
YUV176.2129.1277.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.03%
GREEN value IS 246 (96.48% from 255) = 69.69%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=30.03%
G=69.69%
B=0.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal10624610.5701.000.0494.2999.1948.43
Hex6AF613906445e6330
Octal1523661710144413614360
Binary11010101111011011110010110010010010111101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,246,1); }

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

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

 a { background-color: rgb(106,246,1); }

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

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

 span { border-color: rgb(106,246,1); }

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