#6A9A36

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

Shades of Limeade #6A9A36

Tints of Limeade #6A9A36

Color information

#6A9A36 (or 0x6A9A36) is unknown color: approx Limeade. HEX triplet: 6A, 9A and 36. RGB value is (106,154,54). Sum of RGB (Red+Green+Blue) = 106+154+54=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9A36 is #9565C9. Grayscale: #808080. Windows color (decimal): -9790922 or 3578474. OLE color: 3578474.

HSL color Cylindrical-coordinate representation of color #6A9A36: hue angle of 88.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A9A36 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB10615454-
CMYK0.3100.650.40
HSL88.8º48.08%40.78%-
HSV(B)88.8º64.94%60.39%-
XYZ18.1726.447.64-
YUV128.2586.1112.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.76%
GREEN value IS 154 (60.55% from 255) = 49.04%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=33.76%
G=49.04%
B=17.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106154540.3100.650.4088.848.0840.78
Hex6A9A361F04128593029
Octal15223266370101501316051
Binary11010101001101011011011111010000011010001011001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,154,54); }

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

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

 a { background-color: rgb(106,154,54); }

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

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

 span { border-color: rgb(106,154,54); }

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