#6AD82A

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

Shades of Kelly Green #6AD82A

Tints of Kelly Green #6AD82A

Color information

#6AD82A (or 0x6AD82A) is unknown color: approx Kelly Green. HEX triplet: 6A, D8 and 2A. RGB value is (106,216,42). Sum of RGB (Red+Green+Blue) = 106+216+42=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD82A is #9527D5. Grayscale: #A3A3A3. Windows color (decimal): -9775062 or 2807914. OLE color: 2807914.

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

Color convert

RGB10621642-
CMYK0.5100.810.15
HSL97.93º69.05%50.59%-
HSV(B)97.93º80.56%84.71%-
XYZ30.9252.3410.66-
YUV163.2759.5687.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.12%
GREEN value IS 216 (84.77% from 255) = 59.34%
BLUE value IS 42 (16.80% from 255) = 11.54%
R=29.12%
G=59.34%
B=11.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106216420.5100.810.1597.9369.0550.59
Hex6AD82A33051F624533
Octal152330526301211714210563
Binary11010101101100010101011001101010001111111000101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,216,42); }

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

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

 a { background-color: rgb(106,216,42); }

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

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

 span { border-color: rgb(106,216,42); }

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