Html Css Color HEX #6ADC01 Bright Green

📋 copy color: '#6ADC01'

red 106 ◦ green 220 ◦ blue 1

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

Shades of Bright Green #6ADC01

Tints of Bright Green #6ADC01

RGB

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

 GREEN value IS 220 (86.33% from 255) = 67.28%

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

R = 32.42%
G = 67.28%
B = 0.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#6ADC01 (or 0x6ADC01) is known color: Bright Green. HEX triplet: 6A, DC and 01. RGB value is (106,220,1). Sum of RGB (Red+Green+Blue) = 106+220+1=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADC01 is #9523FE. Grayscale: #A1A1A1. Windows color (decimal): -9774079 or 121962. OLE color: 121962.

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

Color convert

RGB 106 220 1 -
CMYK 0.52 0 1.00 0.14
HSL 91.23º 0.99% 0.43% -
HSV(B) 91.23º 1% 0.86% -
XYZ 31.54 54.25 8.84 -
YUV 160.95 37.73 88.81 -
System Red Green Blue C M Y K H S L
Decimal 106 220 1 0.52 0 1.00 0.14 91.23 0.99 0.43
Hex 6A DC 1 34 0 64 E 5B 63 2B
Octal 152 334 1 64 0 144 16 133 143 53
Binary 1101010 11011100 1 110100 0 1100100 1110 1011011 1100011 101011

Color Harmonies of #6ADC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC01

Black with #6ADC01

Text Example


Text Example

White with #6ADC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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