#6AFF12

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

Shades of Bright Green #6AFF12

Tints of Bright Green #6AFF12

Color information

#6AFF12 (or 0x6AFF12) is unknown color: approx Bright Green. HEX triplet: 6A, FF and 12. RGB value is (106,255,18). Sum of RGB (Red+Green+Blue) = 106+255+18=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 255 (100% from 255 or 67.28% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFF12 is #9500ED. Grayscale: #B8B8B8. Windows color (decimal): -9765102 or 1245034. OLE color: 1245034.

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

Color convert

RGB10625518-
CMYK0.5800.930
HSL97.72º100%53.53%-
HSV(B)97.72º92.94%100%-
XYZ41.8174.6312.77-
YUV183.4334.6472.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.97%
GREEN value IS 255 (100% from 255) = 67.28%
BLUE value IS 18 (7.42% from 255) = 4.75%
R=27.97%
G=67.28%
B=4.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal106255180.5800.93097.7210053.53
Hex6AFF123A05D0626436
Octal15237722720135014214466
Binary1101010111111111001011101001011101011000101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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