#AAC64C

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

Shades of Celery #AAC64C

Tints of Celery #AAC64C

Color information

#AAC64C (or 0xAAC64C) is unknown color: approx Celery. HEX triplet: AA, C6 and 4C. RGB value is (170,198,76). Sum of RGB (Red+Green+Blue) = 170+198+76=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC64C is #5539B3. Grayscale: #B0B0B0. Windows color (decimal): -5585332 or 5031594. OLE color: 5031594.

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

Color convert

RGB17019876-
CMYK0.1400.620.22
HSL73.77º51.69%53.73%-
HSV(B)73.77º61.62%77.65%-
XYZ38.0849.4614.38-
YUV175.7271.72123.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 198 (77.73% from 255) = 44.59%
BLUE value IS 76 (30.08% from 255) = 17.12%
R=38.29%
G=44.59%
B=17.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170198760.1400.620.2273.7751.6953.73
HexAAC64CE03E164a3436
Octal25230611416076261126466
Binary1010101011000110100110011100111110101101001010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC64C; }

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

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

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

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

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

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

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

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