#AAC64D

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

Shades of Celery #AAC64D

Tints of Celery #AAC64D

Color information

#AAC64D (or 0xAAC64D) is unknown color: approx Celery. HEX triplet: AA, C6 and 4D. RGB value is (170,198,77). Sum of RGB (Red+Green+Blue) = 170+198+77=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC64D is #5539B2. Grayscale: #B0B0B0. Windows color (decimal): -5585331 or 5097130. OLE color: 5097130.

HSL color Cylindrical-coordinate representation of color #AAC64D: hue angle of 73.88º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAC64D is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB17019877-
CMYK0.1400.610.22
HSL73.88º51.49%53.92%-
HSV(B)73.88º61.11%77.65%-
XYZ38.1149.4714.56-
YUV175.8372.22123.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 198 (77.73% from 255) = 44.49%
BLUE value IS 77 (30.47% from 255) = 17.30%
R=38.20%
G=44.49%
B=17.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170198770.1400.610.2273.8851.4953.92
HexAAC64DE03D164a3336
Octal25230611516075261126366
Binary1010101011000110100110111100111101101101001010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC64D; }

 p { color: rgb(170,198,77); }

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

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

 a { background-color: rgb(170,198,77); }

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

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

 span { border-color: rgb(170,198,77); }

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