#6ADA1D

Color #6ADA1D Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #6ADA1D

Tints of Kelly Green #6ADA1D

Color information

#6ADA1D (or 0x6ADA1D) is unknown color: approx Kelly Green. HEX triplet: 6A, DA and 1D. RGB value is (106,218,29). Sum of RGB (Red+Green+Blue) = 106+218+29=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADA1D is #9525E2. Grayscale: #A3A3A3. Windows color (decimal): -9774563 or 1956458. OLE color: 1956458.

HSL color Cylindrical-coordinate representation of color #6ADA1D: hue angle of 95.56º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6ADA1D is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB10621829-
CMYK0.5100.870.15
HSL95.56º76.52%48.43%-
HSV(B)95.56º86.7%85.49%-
XYZ31.2453.39.8-
YUV162.9752.3987.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.03%
GREEN value IS 218 (85.55% from 255) = 61.76%
BLUE value IS 29 (11.72% from 255) = 8.22%
R=30.03%
G=61.76%
B=8.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106218290.5100.870.1595.5676.5248.43
Hex6ADA1D33057F604d30
Octal152332356301271714011560
Binary1101010110110101110111001101010111111111000001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ADA1D;
 }
 .AnyTagClassName
 {
   color: #6ADA1D;
 }
</style>
background-color css

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

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

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

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

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

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