#66AE4C

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

Shades of Apple #66AE4C

Tints of Apple #66AE4C

Color information

#66AE4C (or 0x66AE4C) is unknown color: approx Apple. HEX triplet: 66, AE and 4C. RGB value is (102,174,76). Sum of RGB (Red+Green+Blue) = 102+174+76=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #66AE4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AE4C is #9951B3. Grayscale: #8D8D8D. Windows color (decimal): -10047924 or 5025382. OLE color: 5025382.

HSL color Cylindrical-coordinate representation of color #66AE4C: hue angle of 104.08º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66AE4C is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB10217476-
CMYK0.4100.560.32
HSL104.08º39.2%49.02%-
HSV(B)104.08º56.32%68.24%-
XYZ21.9233.6212.17-
YUV141.391.1599.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 174 (68.36% from 255) = 49.43%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=28.98%
G=49.43%
B=21.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102174760.4100.560.32104.0839.249.02
Hex66AE4C2903820682731
Octal14625611451070401504761
Binary110011010101110100110010100101110001000001101000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AE4C; }

 p { color: rgb(102,174,76); }

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

<style>
 a { background-color: #66AE4C; }

 a { background-color: rgb(102,174,76); }

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

<style>
 span { border-color: #66AE4C; }

 span { border-color: rgb(102,174,76); }

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