#AACA45

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

Shades of Celery #AACA45

Tints of Celery #AACA45

Color information

#AACA45 (or 0xAACA45) is unknown color: approx Celery. HEX triplet: AA, CA and 45. RGB value is (170,202,69). Sum of RGB (Red+Green+Blue) = 170+202+69=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA45 is #5535BA. Grayscale: #B1B1B1. Windows color (decimal): -5584315 or 4573866. OLE color: 4573866.

HSL color Cylindrical-coordinate representation of color #AACA45: hue angle of 74.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AACA45 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB17020269-
CMYK0.1600.660.21
HSL74.44º55.65%53.14%-
HSV(B)74.44º65.84%79.22%-
XYZ38.7751.2213.47-
YUV177.2766.9122.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 69 (27.34% from 255) = 15.65%
R=38.55%
G=45.80%
B=15.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202690.1600.660.2174.4455.6553.14
HexAACA4510042154a3835
Octal252312105200102251127065
Binary101010101100101010001011000001000010101011001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA45; }

 p { color: rgb(170,202,69); }

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

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

 a { background-color: rgb(170,202,69); }

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

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

 span { border-color: rgb(170,202,69); }

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