#6AA034

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

Shades of Limeade #6AA034

Tints of Limeade #6AA034

Color information

#6AA034 (or 0x6AA034) is unknown color: approx Limeade. HEX triplet: 6A, A0 and 34. RGB value is (106,160,52). Sum of RGB (Red+Green+Blue) = 106+160+52=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA034 is #955FCB. Grayscale: #838383. Windows color (decimal): -9789388 or 3448938. OLE color: 3448938.

HSL color Cylindrical-coordinate representation of color #6AA034: hue angle of 90º 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 #6AA034 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB10616052-
CMYK0.3400.680.37
HSL90º50.94%41.57%-
HSV(B)90º67.5%62.75%-
XYZ19.1328.457.73-
YUV131.5483.11109.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 50.31%
BLUE value IS 52 (20.70% from 255) = 16.35%
R=33.33%
G=50.31%
B=16.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal106160520.3400.680.379050.9441.57
Hex6AA03422044255a332a
Octal15224064420104451326352
Binary110101010100000110100100010010001001001011011010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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