#66AE32

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

Shades of Apple #66AE32

Tints of Apple #66AE32

Color information

#66AE32 (or 0x66AE32) is unknown color: approx Apple. HEX triplet: 66, AE and 32. RGB value is (102,174,50). Sum of RGB (Red+Green+Blue) = 102+174+50=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #66AE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AE32 is #9951CD. Grayscale: #8A8A8A. Windows color (decimal): -10047950 or 3321446. OLE color: 3321446.

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

Color convert

RGB10217450-
CMYK0.4100.710.32
HSL94.84º55.36%43.92%-
HSV(B)94.84º71.26%68.24%-
XYZ21.1933.338.33-
YUV138.3478.15102.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 174 (68.36% from 255) = 53.37%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=31.29%
G=53.37%
B=15.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102174500.4100.710.3294.8455.3643.92
Hex66AE3229047205f372c
Octal14625662510107401376754
Binary110011010101110110010101001010001111000001011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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