#6A982C

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

Shades of Limeade #6A982C

Tints of Limeade #6A982C

Color information

#6A982C (or 0x6A982C) is unknown color: approx Limeade. HEX triplet: 6A, 98 and 2C. RGB value is (106,152,44). Sum of RGB (Red+Green+Blue) = 106+152+44=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #6A982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A982C is #9567D3. Grayscale: #7E7E7E. Windows color (decimal): -9791444 or 2922602. OLE color: 2922602.

HSL color Cylindrical-coordinate representation of color #6A982C: hue angle of 85.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A982C is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB10615244-
CMYK0.3000.710.40
HSL85.56º55.1%38.43%-
HSV(B)85.56º71.05%59.61%-
XYZ17.6325.76.41-
YUV125.9381.76113.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 152 (59.77% from 255) = 50.33%
BLUE value IS 44 (17.58% from 255) = 14.57%
R=35.10%
G=50.33%
B=14.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106152440.3000.710.4085.5655.138.43
Hex6A982C1E04728563726
Octal15223054360107501266746
Binary11010101001100010110011110010001111010001010110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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