#6AA338

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

Shades of Limeade #6AA338

Tints of Limeade #6AA338

Color information

#6AA338 (or 0x6AA338) is unknown color: approx Limeade. HEX triplet: 6A, A3 and 38. RGB value is (106,163,56). Sum of RGB (Red+Green+Blue) = 106+163+56=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA338 is #955CC7. Grayscale: #868686. Windows color (decimal): -9788616 or 3711850. OLE color: 3711850.

HSL color Cylindrical-coordinate representation of color #6AA338: hue angle of 91.96º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6AA338 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB10616356-
CMYK0.3500.660.36
HSL91.96º48.86%42.94%-
HSV(B)91.96º65.64%63.92%-
XYZ19.7529.548.4-
YUV133.7684.12108.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.62%
GREEN value IS 163 (64.06% from 255) = 50.15%
BLUE value IS 56 (22.27% from 255) = 17.23%
R=32.62%
G=50.15%
B=17.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106163560.3500.660.3691.9648.8642.94
Hex6AA33823042245c312b
Octal15224370430102441346153
Binary110101010100011111000100011010000101001001011100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,163,56); }

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

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

 a { background-color: rgb(106,163,56); }

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

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

 span { border-color: rgb(106,163,56); }

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