#66AC53

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

Shades of Apple #66AC53

Tints of Apple #66AC53

Color information

#66AC53 (or 0x66AC53) is unknown color: approx Apple. HEX triplet: 66, AC and 53. RGB value is (102,172,83). Sum of RGB (Red+Green+Blue) = 102+172+83=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC53 is #9953AC. Grayscale: #8D8D8D. Windows color (decimal): -10048429 or 5483622. OLE color: 5483622.

HSL color Cylindrical-coordinate representation of color #66AC53: hue angle of 107.19º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66AC53 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB10217283-
CMYK0.4100.520.33
HSL107.19º34.9%50%-
HSV(B)107.19º51.74%67.45%-
XYZ21.7932.9513.4-
YUV140.9295.31100.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 172 (67.58% from 255) = 48.18%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=28.57%
G=48.18%
B=23.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102172830.4100.520.33107.1934.950
Hex66AC5329034216b2332
Octal14625412351064411534362
Binary110011010101100101001110100101101001000011101011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,172,83); }

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

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

 a { background-color: rgb(102,172,83); }

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

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

 span { border-color: rgb(102,172,83); }

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