#6EDC2A

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

Shades of Kelly Green #6EDC2A

Tints of Kelly Green #6EDC2A

Color information

#6EDC2A (or 0x6EDC2A) is unknown color: approx Kelly Green. HEX triplet: 6E, DC and 2A. RGB value is (110,220,42). Sum of RGB (Red+Green+Blue) = 110+220+42=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDC2A is #9123D5. Grayscale: #A7A7A7. Windows color (decimal): -9511894 or 2808942. OLE color: 2808942.

HSL color Cylindrical-coordinate representation of color #6EDC2A: hue angle of 97.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6EDC2A is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB11022042-
CMYK0.5000.810.14
HSL97.08º71.77%51.37%-
HSV(B)97.08º80.91%86.27%-
XYZ32.4454.6711.03-
YUV166.8257.5687.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.57%
GREEN value IS 220 (86.33% from 255) = 59.14%
BLUE value IS 42 (16.80% from 255) = 11.29%
R=29.57%
G=59.14%
B=11.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110220420.5000.810.1497.0871.7751.37
Hex6EDC2A32051E614833
Octal156334526201211614111063
Binary11011101101110010101011001001010001111011000011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,220,42); }

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

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

 a { background-color: rgb(110,220,42); }

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

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

 span { border-color: rgb(110,220,42); }

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