#6A9B2A

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

Shades of Limeade #6A9B2A

Tints of Limeade #6A9B2A

Color information

#6A9B2A (or 0x6A9B2A) is unknown color: approx Limeade. HEX triplet: 6A, 9B and 2A. RGB value is (106,155,42). Sum of RGB (Red+Green+Blue) = 106+155+42=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #6A9B2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9B2A is #9564D5. Grayscale: #7F7F7F. Windows color (decimal): -9790678 or 2792298. OLE color: 2792298.

HSL color Cylindrical-coordinate representation of color #6A9B2A: hue angle of 86.02º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A9B2A is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB10615542-
CMYK0.3200.730.39
HSL86.02º57.36%38.63%-
HSV(B)86.02º72.9%60.78%-
XYZ18.0826.676.39-
YUV127.4779.77112.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.98%
GREEN value IS 155 (60.94% from 255) = 51.16%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=34.98%
G=51.16%
B=13.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106155420.3200.730.3986.0257.3638.63
Hex6A9B2A2004927563927
Octal15223352400111471267147
Binary110101010011011101010100000010010011001111010110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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