#6CA035

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

Shades of Limeade #6CA035

Tints of Limeade #6CA035

Color information

#6CA035 (or 0x6CA035) is unknown color: approx Limeade. HEX triplet: 6C, A0 and 35. RGB value is (108,160,53). Sum of RGB (Red+Green+Blue) = 108+160+53=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA035 is #935FCA. Grayscale: #848484. Windows color (decimal): -9658315 or 3514476. OLE color: 3514476.

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

Color convert

RGB10816053-
CMYK0.3200.670.37
HSL89.16º50.23%41.76%-
HSV(B)89.16º66.87%62.75%-
XYZ19.428.597.86-
YUV132.2583.27110.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 160 (62.89% from 255) = 49.84%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=33.64%
G=49.84%
B=16.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108160530.3200.670.3789.1650.2341.76
Hex6CA035200432559322a
Octal15424065400103451316252
Binary110110010100000110101100000010000111001011011001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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