#6AA834

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

Shades of Limeade #6AA834

Tints of Limeade #6AA834

Color information

#6AA834 (or 0x6AA834) is unknown color: approx Limeade. HEX triplet: 6A, A8 and 34. RGB value is (106,168,52). Sum of RGB (Red+Green+Blue) = 106+168+52=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 168 (66.02% from 255 or 51.53% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA834 is #9557CB. Grayscale: #888888. Windows color (decimal): -9787340 or 3450986. OLE color: 3450986.

HSL color Cylindrical-coordinate representation of color #6AA834: hue angle of 92.07º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AA834 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB10616852-
CMYK0.3700.690.34
HSL92.07º52.73%43.14%-
HSV(B)92.07º69.05%65.88%-
XYZ20.5731.328.21-
YUV136.2480.46106.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.52%
GREEN value IS 168 (66.02% from 255) = 51.53%
BLUE value IS 52 (20.70% from 255) = 15.95%
R=32.52%
G=51.53%
B=15.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal106168520.3700.690.3492.0752.7343.14
Hex6AA83425045225c352b
Octal15225064450105421346553
Binary110101010101000110100100101010001011000101011100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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