Html Css Color HEX #6ADC06 Bright Green

📋 copy color: '#6ADC06'

red 106 ◦ green 220 ◦ blue 6

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

Shades of Bright Green #6ADC06

Tints of Bright Green #6ADC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 31.93%
G = 66.27%
B = 1.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#6ADC06 (or 0x6ADC06) is known color: Bright Green. HEX triplet: 6A, DC and 06. RGB value is (106,220,6). Sum of RGB (Red+Green+Blue) = 106+220+6=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADC06 is #9523F9. Grayscale: #A2A2A2. Windows color (decimal): -9774074 or 449642. OLE color: 449642.

HSL color Cylindrical-coordinate representation of color #6ADC06: hue angle of 91.96º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6ADC06 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 6 -
CMYK 0.52 0 0.97 0.14
HSL 91.96º 0.95% 0.44% -
HSV(B) 91.96º 0.97% 0.86% -
XYZ 31.57 54.26 8.98 -
YUV 161.52 40.23 88.4 -
System Red Green Blue C M Y K H S L
Decimal 106 220 6 0.52 0 0.97 0.14 91.96 0.95 0.44
Hex 6A DC 6 34 0 61 E 5C 5F 2C
Octal 152 334 6 64 0 141 16 134 137 54
Binary 1101010 11011100 110 110100 0 1100001 1110 1011100 1011111 101100

Color Harmonies of #6ADC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC06

Black with #6ADC06

Text Example


Text Example

White with #6ADC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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