Html Css Color HEX #6AE401 Bright Green

📋 copy color: '#6AE401'

red 106 ◦ green 228 ◦ blue 1

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

Shades of Bright Green #6AE401

Tints of Bright Green #6AE401

RGB

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

 GREEN value IS 228 (89.45% from 255) = 68.06%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 31.64%
G = 68.06%
B = 0.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#6AE401 (or 0x6AE401) is known color: Bright Green. HEX triplet: 6A, E4 and 01. RGB value is (106,228,1). Sum of RGB (Red+Green+Blue) = 106+228+1=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 228 (89.45% from 255 or 68.06% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 228 - color contains mainly: green. Hex color #6AE401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE401 is #951BFE. Grayscale: #A6A6A6. Windows color (decimal): -9772031 or 124010. OLE color: 124010.

HSL color Cylindrical-coordinate representation of color #6AE401: hue angle of 92.25º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AE401 is Cyan = 0.54, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 106 228 1 -
CMYK 0.54 0 1.00 0.11
HSL 92.25º 0.99% 0.45% -
HSV(B) 92.25º 1% 0.89% -
XYZ 33.69 58.55 9.55 -
YUV 165.64 35.08 85.46 -
System Red Green Blue C M Y K H S L
Decimal 106 228 1 0.54 0 1.00 0.11 92.25 0.99 0.45
Hex 6A E4 1 36 0 64 B 5C 63 2D
Octal 152 344 1 66 0 144 13 134 143 55
Binary 1101010 11100100 1 110110 0 1100100 1011 1011100 1100011 101101

Color Harmonies of #6AE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE401

Black with #6AE401

Text Example


Text Example

White with #6AE401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,228,1); }

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

background-color css

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

 a { background-color: rgb(106,228,1); }

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

border-color css

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

 span { border-color: rgb(106,228,1); }

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