Html Css Color HEX #6AEA20 Bright Green

📋 copy color: '#6AEA20'

red 106 ◦ green 234 ◦ blue 32

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

Shades of Bright Green #6AEA20

Tints of Bright Green #6AEA20

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.9%

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

R = 28.49%
G = 62.9%
B = 8.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#6AEA20 (or 0x6AEA20) is known color: Bright Green. HEX triplet: 6A, EA and 20. RGB value is (106,234,32). Sum of RGB (Red+Green+Blue) = 106+234+32=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 234 (91.80% from 255 or 62.90% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEA20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AEA20 is #9515DF. Grayscale: #ADADAD. Windows color (decimal): -9770464 or 2157162. OLE color: 2157162.

HSL color Cylindrical-coordinate representation of color #6AEA20: hue angle of 98.02º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6AEA20 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 234 32 -
CMYK 0.55 0 0.86 0.08
HSL 98.02º 0.83% 0.52% -
HSV(B) 98.02º 0.86% 0.92% -
XYZ 35.63 62.01 11.46 -
YUV 172.7 48.59 80.43 -
System Red Green Blue C M Y K H S L
Decimal 106 234 32 0.55 0 0.86 0.08 98.02 0.83 0.52
Hex 6A EA 20 37 0 56 8 62 53 34
Octal 152 352 40 67 0 126 10 142 123 64
Binary 1101010 11101010 100000 110111 0 1010110 1000 1100010 1010011 110100

Color Harmonies of #6AEA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEA20

Black with #6AEA20

Text Example


Text Example

White with #6AEA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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