Html Css Color HEX #6ADE01 Bright Green

📋 copy color: '#6ADE01'

red 106 ◦ green 222 ◦ blue 1

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

Shades of Bright Green #6ADE01

Tints of Bright Green #6ADE01

RGB

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

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

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

R = 32.22%
G = 67.48%
B = 0.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#6ADE01 (or 0x6ADE01) is known color: Bright Green. HEX triplet: 6A, DE and 01. RGB value is (106,222,1). Sum of RGB (Red+Green+Blue) = 106+222+1=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 222 (87.11% from 255 or 67.48% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADE01 is #9521FE. Grayscale: #A2A2A2. Windows color (decimal): -9773567 or 122474. OLE color: 122474.

HSL color Cylindrical-coordinate representation of color #6ADE01: hue angle of 91.49º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6ADE01 is Cyan = 0.52, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 222 1 -
CMYK 0.52 0 1.00 0.13
HSL 91.49º 0.99% 0.44% -
HSV(B) 91.49º 1% 0.87% -
XYZ 32.07 55.31 9.01 -
YUV 162.12 37.07 87.97 -
System Red Green Blue C M Y K H S L
Decimal 106 222 1 0.52 0 1.00 0.13 91.49 0.99 0.44
Hex 6A DE 1 34 0 64 D 5B 63 2C
Octal 152 336 1 64 0 144 15 133 143 54
Binary 1101010 11011110 1 110100 0 1100100 1101 1011011 1100011 101100

Color Harmonies of #6ADE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADE01

Black with #6ADE01

Text Example


Text Example

White with #6ADE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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