Html Css Color HEX #6ADE20 Bright Green

📋 copy color: '#6ADE20'

red 106 ◦ green 222 ◦ blue 32

#6ADE20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #6ADE20

Tints of Bright Green #6ADE20

RGB

 RED value IS 106 (41.8% from 255) = 29.44%

 GREEN value IS 222 (87.11% from 255) = 61.67%

 BLUE value IS 32 (12.89% from 255) = 8.89%

R = 29.44%
G = 61.67%
B = 8.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#6ADE20 (or 0x6ADE20) is known color: Bright Green. HEX triplet: 6A, DE and 20. RGB value is (106,222,32). Sum of RGB (Red+Green+Blue) = 106+222+32=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 222 (87.11% from 255 or 61.67% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADE20 is #9521DF. Grayscale: #A6A6A6. Windows color (decimal): -9773536 or 2154090. OLE color: 2154090.

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

Color convert

RGB 106 222 32 -
CMYK 0.52 0 0.86 0.13
HSL 96.63º 0.75% 0.5% -
HSV(B) 96.63º 0.86% 0.87% -
XYZ 32.33 55.41 10.36 -
YUV 165.66 52.57 85.45 -
System Red Green Blue C M Y K H S L
Decimal 106 222 32 0.52 0 0.86 0.13 96.63 0.75 0.5
Hex 6A DE 20 34 0 56 D 61 4B 32
Octal 152 336 40 64 0 126 15 141 113 62
Binary 1101010 11011110 100000 110100 0 1010110 1101 1100001 1001011 110010

Color Harmonies of #6ADE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADE20

Black with #6ADE20

Text Example


Text Example

White with #6ADE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ADE20;
 }
 .AnyTagClassName
 {
   color: #6ADE20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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