Html Css Color HEX #6AEC20 Bright Green

📋 copy color: '#6AEC20'

red 106 ◦ green 236 ◦ blue 32

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

Shades of Bright Green #6AEC20

Tints of Bright Green #6AEC20

RGB

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

 GREEN value IS 236 (92.58% from 255) = 63.1%

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

R = 28.34%
G = 63.1%
B = 8.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#6AEC20 (or 0x6AEC20) is known color: Bright Green. HEX triplet: 6A, EC and 20. RGB value is (106,236,32). Sum of RGB (Red+Green+Blue) = 106+236+32=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 236 (92.58% from 255 or 63.10% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AEC20 is #9513DF. Grayscale: #AEAEAE. Windows color (decimal): -9769952 or 2157674. OLE color: 2157674.

HSL color Cylindrical-coordinate representation of color #6AEC20: hue angle of 98.24º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6AEC20 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 236 32 -
CMYK 0.55 0 0.86 0.07
HSL 98.24º 0.84% 0.53% -
HSV(B) 98.24º 0.86% 0.93% -
XYZ 36.2 63.16 11.65 -
YUV 173.87 47.93 79.59 -
System Red Green Blue C M Y K H S L
Decimal 106 236 32 0.55 0 0.86 0.07 98.24 0.84 0.53
Hex 6A EC 20 37 0 56 7 62 54 35
Octal 152 354 40 67 0 126 7 142 124 65
Binary 1101010 11101100 100000 110111 0 1010110 111 1100010 1010100 110101

Color Harmonies of #6AEC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEC20

Black with #6AEC20

Text Example


Text Example

White with #6AEC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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