#6AFB2C

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

Shades of Bright Green #6AFB2C

Tints of Bright Green #6AFB2C

Color information

#6AFB2C (or 0x6AFB2C) is unknown color: approx Bright Green. HEX triplet: 6A, FB and 2C. RGB value is (106,251,44). Sum of RGB (Red+Green+Blue) = 106+251+44=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 251 (98.44% from 255 or 62.59% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFB2C is #9504D3. Grayscale: #B8B8B8. Windows color (decimal): -9766100 or 2947946. OLE color: 2947946.

HSL color Cylindrical-coordinate representation of color #6AFB2C: hue angle of 102.03º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6AFB2C is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB10625144-
CMYK0.5800.820.02
HSL102.03º96.28%57.84%-
HSV(B)102.03º82.47%98.43%-
XYZ40.972.2414.17-
YUV184.0548.9672.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.43%
GREEN value IS 251 (98.44% from 255) = 62.59%
BLUE value IS 44 (17.58% from 255) = 10.97%
R=26.43%
G=62.59%
B=10.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal106251440.5800.820.02102.0396.2857.84
Hex6AFB2C3A052266603a
Octal15237354720122214614072
Binary110101011111011101100111010010100101011001101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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