#6AAE50

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

Shades of Apple #6AAE50

Tints of Apple #6AAE50

Color information

#6AAE50 (or 0x6AAE50) is unknown color: approx Apple. HEX triplet: 6A, AE and 50. RGB value is (106,174,80). Sum of RGB (Red+Green+Blue) = 106+174+80=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAE50 is #9551AF. Grayscale: #8F8F8F. Windows color (decimal): -9785776 or 5287530. OLE color: 5287530.

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

Color convert

RGB10617480-
CMYK0.3900.540.32
HSL103.4º37.01%49.8%-
HSV(B)103.4º54.02%68.24%-
XYZ22.5333.9212.95-
YUV142.9592.47101.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 174 (68.36% from 255) = 48.33%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=29.44%
G=48.33%
B=22.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106174800.3900.540.32103.437.0149.8
Hex6AAE502703620672532
Octal15225612047066401474562
Binary110101010101110101000010011101101101000001100111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,174,80); }

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

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

 a { background-color: rgb(106,174,80); }

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

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

 span { border-color: rgb(106,174,80); }

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