#AAC145

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

Shades of Celery #AAC145

Tints of Celery #AAC145

Color information

#AAC145 (or 0xAAC145) is unknown color: approx Celery. HEX triplet: AA, C1 and 45. RGB value is (170,193,69). Sum of RGB (Red+Green+Blue) = 170+193+69=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC145 is #553EBA. Grayscale: #ACACAC. Windows color (decimal): -5586619 or 4571562. OLE color: 4571562.

HSL color Cylindrical-coordinate representation of color #AAC145: hue angle of 71.13º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAC145 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB17019369-
CMYK0.1200.640.24
HSL71.13º50%51.37%-
HSV(B)71.13º64.25%75.69%-
XYZ36.7247.1212.79-
YUV171.9969.88126.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 193 (75.78% from 255) = 44.68%
BLUE value IS 69 (27.34% from 255) = 15.97%
R=39.35%
G=44.68%
B=15.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170193690.1200.640.2471.135051.37
HexAAC145C04018473233
Octal252301105140100301076263
Binary10101010110000011000101110001000000110001000111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC145; }

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

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

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

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

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

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

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

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