#6AA234

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

Shades of Limeade #6AA234

Tints of Limeade #6AA234

Color information

#6AA234 (or 0x6AA234) is unknown color: approx Limeade. HEX triplet: 6A, A2 and 34. RGB value is (106,162,52). Sum of RGB (Red+Green+Blue) = 106+162+52=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA234 is #955DCB. Grayscale: #858585. Windows color (decimal): -9788876 or 3449450. OLE color: 3449450.

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

Color convert

RGB10616252-
CMYK0.3500.680.36
HSL90.55º51.4%41.96%-
HSV(B)90.55º67.9%63.53%-
XYZ19.4829.157.85-
YUV132.7282.45108.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 162 (63.67% from 255) = 50.62%
BLUE value IS 52 (20.70% from 255) = 16.25%
R=33.12%
G=50.62%
B=16.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106162520.3500.680.3690.5551.441.96
Hex6AA23423044245b332a
Octal15224264430104441336352
Binary110101010100010110100100011010001001001001011011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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