#6ADE0C

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

Shades of Bright Green #6ADE0C

Tints of Bright Green #6ADE0C

Color information

#6ADE0C (or 0x6ADE0C) is unknown color: approx Bright Green. HEX triplet: 6A, DE and 0C. RGB value is (106,222,12). Sum of RGB (Red+Green+Blue) = 106+222+12=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 222 (87.11% from 255 or 65.29% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADE0C is #9521F3. Grayscale: #A4A4A4. Windows color (decimal): -9773556 or 843370. OLE color: 843370.

HSL color Cylindrical-coordinate representation of color #6ADE0C: hue angle of 93.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6ADE0C is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB10622212-
CMYK0.5200.950.13
HSL93.14º89.74%45.88%-
HSV(B)93.14º94.59%87.06%-
XYZ32.1355.339.33-
YUV163.3842.5787.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.18%
GREEN value IS 222 (87.11% from 255) = 65.29%
BLUE value IS 12 (5.08% from 255) = 3.53%
R=31.18%
G=65.29%
B=3.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106222120.5200.950.1393.1489.7445.88
Hex6ADEC3405FD5d5a2e
Octal152336146401371513513256
Binary110101011011110110011010001011111110110111011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,222,12); }

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

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

 a { background-color: rgb(106,222,12); }

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

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

 span { border-color: rgb(106,222,12); }

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