#6CA036

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

Shades of Limeade #6CA036

Tints of Limeade #6CA036

Color information

#6CA036 (or 0x6CA036) is unknown color: approx Limeade. HEX triplet: 6C, A0 and 36. RGB value is (108,160,54). Sum of RGB (Red+Green+Blue) = 108+160+54=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA036 is #935FC9. Grayscale: #848484. Windows color (decimal): -9658314 or 3580012. OLE color: 3580012.

HSL color Cylindrical-coordinate representation of color #6CA036: hue angle of 89.43º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6CA036 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB10816054-
CMYK0.3200.660.37
HSL89.43º49.53%41.96%-
HSV(B)89.43º66.25%62.75%-
XYZ19.4228.67.99-
YUV132.3783.77110.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.54%
GREEN value IS 160 (62.89% from 255) = 49.69%
BLUE value IS 54 (21.48% from 255) = 16.77%
R=33.54%
G=49.69%
B=16.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108160540.3200.660.3789.4349.5341.96
Hex6CA036200422559322a
Octal15424066400102451316252
Binary110110010100000110110100000010000101001011011001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,160,54); }

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

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

 a { background-color: rgb(108,160,54); }

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

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

 span { border-color: rgb(108,160,54); }

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