#AAC45C

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

Shades of Celery #AAC45C

Tints of Celery #AAC45C

Color information

#AAC45C (or 0xAAC45C) is unknown color: approx Celery. HEX triplet: AA, C4 and 5C. RGB value is (170,196,92). Sum of RGB (Red+Green+Blue) = 170+196+92=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC45C is #553BA3. Grayscale: #B0B0B0. Windows color (decimal): -5585828 or 6079658. OLE color: 6079658.

HSL color Cylindrical-coordinate representation of color #AAC45C: hue angle of 75º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAC45C is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB17019692-
CMYK0.1300.530.23
HSL75º46.85%56.47%-
HSV(B)75º53.06%76.86%-
XYZ38.2548.817.53-
YUV176.3780.39123.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 196 (76.95% from 255) = 42.79%
BLUE value IS 92 (36.33% from 255) = 20.09%
R=37.12%
G=42.79%
B=20.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170196920.1300.530.237546.8556.47
HexAAC45CD035174b2f38
Octal25230413415065271135770
Binary1010101011000100101110011010110101101111001011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC45C; }

 p { color: rgb(170,196,92); }

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

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

 a { background-color: rgb(170,196,92); }

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

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

 span { border-color: rgb(170,196,92); }

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