Html Css Color HEX #6ADC1E Kelly Green

📋 copy color: '#6ADC1E'

red 106 ◦ green 220 ◦ blue 30

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

Shades of Kelly Green #6ADC1E

Tints of Kelly Green #6ADC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 29.78%
G = 61.8%
B = 8.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#6ADC1E (or 0x6ADC1E) is known color: Kelly Green. HEX triplet: 6A, DC and 1E. RGB value is (106,220,30). Sum of RGB (Red+Green+Blue) = 106+220+30=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC1E is #9523E1. Grayscale: #A4A4A4. Windows color (decimal): -9774050 or 2022506. OLE color: 2022506.

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

Color convert

RGB 106 220 30 -
CMYK 0.52 0 0.86 0.14
HSL 96º 0.76% 0.49% -
HSV(B) 96º 0.86% 0.86% -
XYZ 31.77 54.34 10.04 -
YUV 164.25 52.23 86.45 -
System Red Green Blue C M Y K H S L
Decimal 106 220 30 0.52 0 0.86 0.14 96 0.76 0.49
Hex 6A DC 1E 34 0 56 E 60 4C 31
Octal 152 334 36 64 0 126 16 140 114 61
Binary 1101010 11011100 11110 110100 0 1010110 1110 1100000 1001100 110001

Color Harmonies of #6ADC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC1E

Black with #6ADC1E

Text Example


Text Example

White with #6ADC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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