#6AFC0F

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

Shades of Bright Green #6AFC0F

Tints of Bright Green #6AFC0F

Color information

#6AFC0F (or 0x6AFC0F) is unknown color: approx Bright Green. HEX triplet: 6A, FC and 0F. RGB value is (106,252,15). Sum of RGB (Red+Green+Blue) = 106+252+15=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 252 (98.83% from 255 or 67.56% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFC0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFC0F is #9503F0. Grayscale: #B6B6B6. Windows color (decimal): -9765873 or 1047658. OLE color: 1047658.

HSL color Cylindrical-coordinate representation of color #6AFC0F: hue angle of 96.96º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AFC0F is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB10625215-
CMYK0.5800.940.01
HSL96.96º97.53%52.35%-
HSV(B)96.96º94.05%98.82%-
XYZ40.8472.7212.34-
YUV181.3334.1374.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.42%
GREEN value IS 252 (98.83% from 255) = 67.56%
BLUE value IS 15 (6.25% from 255) = 4.02%
R=28.42%
G=67.56%
B=4.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal106252150.5800.940.0196.9697.5352.35
Hex6AFCF3A05E1616234
Octal15237417720136114114264
Binary110101011111100111111101001011110111000011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,252,15); }

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

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

 a { background-color: rgb(106,252,15); }

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

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

 span { border-color: rgb(106,252,15); }

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