#AAC350

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

Shades of Celery #AAC350

Tints of Celery #AAC350

Color information

#AAC350 (or 0xAAC350) is unknown color: approx Celery. HEX triplet: AA, C3 and 50. RGB value is (170,195,80). Sum of RGB (Red+Green+Blue) = 170+195+80=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC350 is #553CAF. Grayscale: #AEAEAE. Windows color (decimal): -5586096 or 5292970. OLE color: 5292970.

HSL color Cylindrical-coordinate representation of color #AAC350: hue angle of 73.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAC350 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB17019580-
CMYK0.1300.590.24
HSL73.04º48.94%53.92%-
HSV(B)73.04º58.97%76.47%-
XYZ37.5448.1614.91-
YUV174.4274.72124.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 195 (76.56% from 255) = 43.82%
BLUE value IS 80 (31.64% from 255) = 17.98%
R=38.20%
G=43.82%
B=17.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170195800.1300.590.2473.0448.9453.92
HexAAC350D03B18493136
Octal25230312015073301116166
Binary1010101011000011101000011010111011110001001001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC350; }

 p { color: rgb(170,195,80); }

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

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

 a { background-color: rgb(170,195,80); }

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

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

 span { border-color: rgb(170,195,80); }

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