Html Css Color HEX #6ADC1D Kelly Green

📋 copy color: '#6ADC1D'

red 106 ◦ green 220 ◦ blue 29

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

Shades of Kelly Green #6ADC1D

Tints of Kelly Green #6ADC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 29.86%
G = 61.97%
B = 8.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#6ADC1D (or 0x6ADC1D) is known color: Kelly Green. HEX triplet: 6A, DC and 1D. RGB value is (106,220,29). Sum of RGB (Red+Green+Blue) = 106+220+29=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC1D is #9523E2. Grayscale: #A4A4A4. Windows color (decimal): -9774051 or 1956970. OLE color: 1956970.

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

Color convert

RGB 106 220 29 -
CMYK 0.52 0 0.87 0.14
HSL 95.81º 0.77% 0.49% -
HSV(B) 95.81º 0.87% 0.86% -
XYZ 31.76 54.34 9.98 -
YUV 164.14 51.73 86.53 -
System Red Green Blue C M Y K H S L
Decimal 106 220 29 0.52 0 0.87 0.14 95.81 0.77 0.49
Hex 6A DC 1D 34 0 57 E 60 4D 31
Octal 152 334 35 64 0 127 16 140 115 61
Binary 1101010 11011100 11101 110100 0 1010111 1110 1100000 1001101 110001

Color Harmonies of #6ADC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC1D

Black with #6ADC1D

Text Example


Text Example

White with #6ADC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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