#AAC045

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

Shades of Celery #AAC045

Tints of Celery #AAC045

Color information

#AAC045 (or 0xAAC045) is unknown color: approx Celery. HEX triplet: AA, C0 and 45. RGB value is (170,192,69). Sum of RGB (Red+Green+Blue) = 170+192+69=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC045 is #553FBA. Grayscale: #ABABAB. Windows color (decimal): -5586875 or 4571306. OLE color: 4571306.

HSL color Cylindrical-coordinate representation of color #AAC045: hue angle of 70.73º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAC045 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB17019269-
CMYK0.1100.640.25
HSL70.73º49.4%51.18%-
HSV(B)70.73º64.06%75.29%-
XYZ36.546.6712.72-
YUV171.470.21127-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 192 (75.39% from 255) = 44.55%
BLUE value IS 69 (27.34% from 255) = 16.01%
R=39.44%
G=44.55%
B=16.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170192690.1100.640.2570.7349.451.18
HexAAC045B04019473133
Octal252300105130100311076163
Binary10101010110000001000101101101000000110011000111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC045; }

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

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

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

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

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

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

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

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