#6AAE40

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

Shades of Apple #6AAE40

Tints of Apple #6AAE40

Color information

#6AAE40 (or 0x6AAE40) is unknown color: approx Apple. HEX triplet: 6A, AE and 40. RGB value is (106,174,64). Sum of RGB (Red+Green+Blue) = 106+174+64=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE40 is #9551BF. Grayscale: #8D8D8D. Windows color (decimal): -9785792 or 4238954. OLE color: 4238954.

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

Color convert

RGB10617464-
CMYK0.3900.630.32
HSL97.09º46.22%46.67%-
HSV(B)97.09º63.22%68.24%-
XYZ22.0133.7110.2-
YUV141.1384.47102.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.81%
GREEN value IS 174 (68.36% from 255) = 50.58%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=30.81%
G=50.58%
B=18.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106174640.3900.630.3297.0946.2246.67
Hex6AAE402703F20612e2f
Octal15225610047077401415657
Binary110101010101110100000010011101111111000001100001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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