Html Css Color HEX #6ADC20 Kelly Green

📋 copy color: '#6ADC20'

red 106 ◦ green 220 ◦ blue 32

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

Shades of Kelly Green #6ADC20

Tints of Kelly Green #6ADC20

RGB

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

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

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

R = 29.61%
G = 61.45%
B = 8.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#6ADC20 (or 0x6ADC20) is known color: Kelly Green. HEX triplet: 6A, DC and 20. RGB value is (106,220,32). Sum of RGB (Red+Green+Blue) = 106+220+32=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC20 is #9523DF. Grayscale: #A5A5A5. Windows color (decimal): -9774048 or 2153578. OLE color: 2153578.

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

Color convert

RGB 106 220 32 -
CMYK 0.52 0 0.85 0.14
HSL 96.38º 0.75% 0.49% -
HSV(B) 96.38º 0.85% 0.86% -
XYZ 31.8 54.35 10.18 -
YUV 164.48 53.23 86.29 -
System Red Green Blue C M Y K H S L
Decimal 106 220 32 0.52 0 0.85 0.14 96.38 0.75 0.49
Hex 6A DC 20 34 0 55 E 60 4B 31
Octal 152 334 40 64 0 125 16 140 113 61
Binary 1101010 11011100 100000 110100 0 1010101 1110 1100000 1001011 110001

Color Harmonies of #6ADC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC20

Black with #6ADC20

Text Example


Text Example

White with #6ADC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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