#6AA237

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

Shades of Limeade #6AA237

Tints of Limeade #6AA237

Color information

#6AA237 (or 0x6AA237) is unknown color: approx Limeade. HEX triplet: 6A, A2 and 37. RGB value is (106,162,55). Sum of RGB (Red+Green+Blue) = 106+162+55=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA237 is #955DC8. Grayscale: #858585. Windows color (decimal): -9788873 or 3646058. OLE color: 3646058.

HSL color Cylindrical-coordinate representation of color #6AA237: hue angle of 91.4º 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 #6AA237 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB10616255-
CMYK0.3500.660.36
HSL91.4º49.31%42.55%-
HSV(B)91.4º66.05%63.53%-
XYZ19.5529.188.22-
YUV133.0683.95108.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.82%
GREEN value IS 162 (63.67% from 255) = 50.15%
BLUE value IS 55 (21.88% from 255) = 17.03%
R=32.82%
G=50.15%
B=17.03%

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
Decimal106162550.3500.660.3691.449.3142.55
Hex6AA23723042245b312b
Octal15224267430102441336153
Binary110101010100010110111100011010000101001001011011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,162,55); }

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

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

 a { background-color: rgb(106,162,55); }

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

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

 span { border-color: rgb(106,162,55); }

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