#66AE33

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

Shades of Apple #66AE33

Tints of Apple #66AE33

Color information

#66AE33 (or 0x66AE33) is unknown color: approx Apple. HEX triplet: 66, AE and 33. RGB value is (102,174,51). Sum of RGB (Red+Green+Blue) = 102+174+51=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #66AE33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AE33 is #9951CC. Grayscale: #8A8A8A. Windows color (decimal): -10047949 or 3386982. OLE color: 3386982.

HSL color Cylindrical-coordinate representation of color #66AE33: hue angle of 95.12º 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 #66AE33 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB10217451-
CMYK0.4100.710.32
HSL95.12º54.67%44.12%-
HSV(B)95.12º70.69%68.24%-
XYZ21.2133.348.45-
YUV138.4578.65102-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 174 (68.36% from 255) = 53.21%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=31.19%
G=53.21%
B=15.60%

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
Decimal102174510.4100.710.3295.1254.6744.12
Hex66AE3329047205f372c
Octal14625663510107401376754
Binary110011010101110110011101001010001111000001011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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