#6A982E

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

Shades of Limeade #6A982E

Tints of Limeade #6A982E

Color information

#6A982E (or 0x6A982E) is unknown color: approx Limeade. HEX triplet: 6A, 98 and 2E. RGB value is (106,152,46). Sum of RGB (Red+Green+Blue) = 106+152+46=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #6A982E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A982E is #9567D1. Grayscale: #7E7E7E. Windows color (decimal): -9791442 or 3053674. OLE color: 3053674.

HSL color Cylindrical-coordinate representation of color #6A982E: hue angle of 86.04º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A982E is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB10615246-
CMYK0.3000.700.40
HSL86.04º53.54%38.82%-
HSV(B)86.04º69.74%59.61%-
XYZ17.6725.726.62-
YUV126.1682.76113.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.87%
GREEN value IS 152 (59.77% from 255) = 50%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=34.87%
G=50%
B=15.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106152460.3000.700.4086.0453.5438.82
Hex6A982E1E04628563627
Octal15223056360106501266647
Binary11010101001100010111011110010001101010001010110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,152,46); }

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

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

 a { background-color: rgb(106,152,46); }

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

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

 span { border-color: rgb(106,152,46); }

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