#6AFF2C

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

Shades of Bright Green #6AFF2C

Tints of Bright Green #6AFF2C

Color information

#6AFF2C (or 0x6AFF2C) is unknown color: approx Bright Green. HEX triplet: 6A, FF and 2C. RGB value is (106,255,44). Sum of RGB (Red+Green+Blue) = 106+255+44=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 255 (100% from 255 or 62.96% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFF2C is #9500D3. Grayscale: #BBBBBB. Windows color (decimal): -9765076 or 2948970. OLE color: 2948970.

HSL color Cylindrical-coordinate representation of color #6AFF2C: hue angle of 102.37º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6AFF2C is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB10625544-
CMYK0.5800.830
HSL102.37º100%58.63%-
HSV(B)102.37º82.75%100%-
XYZ42.1674.7714.59-
YUV186.447.6470.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.17%
GREEN value IS 255 (100% from 255) = 62.96%
BLUE value IS 44 (17.58% from 255) = 10.86%
R=26.17%
G=62.96%
B=10.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal106255440.5800.830102.3710058.63
Hex6AFF2C3A053066643b
Octal15237754720123014614473
Binary11010101111111110110011101001010011011001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,255,44); }

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

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

 a { background-color: rgb(106,255,44); }

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

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

 span { border-color: rgb(106,255,44); }

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