Html Css Color HEX #6AE320 Bright Green

📋 copy color: '#6AE320'

red 106 ◦ green 227 ◦ blue 32

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

Shades of Bright Green #6AE320

Tints of Bright Green #6AE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 62.19%

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

R = 29.04%
G = 62.19%
B = 8.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#6AE320 (or 0x6AE320) is known color: Bright Green. HEX triplet: 6A, E3 and 20. RGB value is (106,227,32). Sum of RGB (Red+Green+Blue) = 106+227+32=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 227 (89.06% from 255 or 62.19% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 227 - color contains mainly: green. Hex color #6AE320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AE320 is #951CDF. Grayscale: #A9A9A9. Windows color (decimal): -9772256 or 2155370. OLE color: 2155370.

HSL color Cylindrical-coordinate representation of color #6AE320: hue angle of 97.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6AE320 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 106 227 32 -
CMYK 0.53 0 0.86 0.11
HSL 97.23º 0.78% 0.51% -
HSV(B) 97.23º 0.86% 0.89% -
XYZ 33.67 58.11 10.81 -
YUV 168.59 50.91 83.36 -
System Red Green Blue C M Y K H S L
Decimal 106 227 32 0.53 0 0.86 0.11 97.23 0.78 0.51
Hex 6A E3 20 35 0 56 B 61 4E 33
Octal 152 343 40 65 0 126 13 141 116 63
Binary 1101010 11100011 100000 110101 0 1010110 1011 1100001 1001110 110011

Color Harmonies of #6AE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE320

Black with #6AE320

Text Example


Text Example

White with #6AE320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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