#6CA034

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

Shades of Limeade #6CA034

Tints of Limeade #6CA034

Color information

#6CA034 (or 0x6CA034) is unknown color: approx Limeade. HEX triplet: 6C, A0 and 34. RGB value is (108,160,52). Sum of RGB (Red+Green+Blue) = 108+160+52=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA034 is #935FCB. Grayscale: #848484. Windows color (decimal): -9658316 or 3448940. OLE color: 3448940.

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

Color convert

RGB10816052-
CMYK0.3200.680.37
HSL88.89º50.94%41.57%-
HSV(B)88.89º67.5%62.75%-
XYZ19.3728.587.74-
YUV132.1482.77110.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 160 (62.89% from 255) = 50%
BLUE value IS 52 (20.70% from 255) = 16.25%
R=33.75%
G=50%
B=16.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108160520.3200.680.3788.8950.9441.57
Hex6CA034200442559332a
Octal15424064400104451316352
Binary110110010100000110100100000010001001001011011001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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