#AABD45

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

Shades of Celery #AABD45

Tints of Celery #AABD45

Color information

#AABD45 (or 0xAABD45) is unknown color: approx Celery. HEX triplet: AA, BD and 45. RGB value is (170,189,69). Sum of RGB (Red+Green+Blue) = 170+189+69=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD45 is #5542BA. Grayscale: #AAAAAA. Windows color (decimal): -5587643 or 4570538. OLE color: 4570538.

HSL color Cylindrical-coordinate representation of color #AABD45: hue angle of 69.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AABD45 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB17018969-
CMYK0.1000.630.26
HSL69.5º47.62%50.59%-
HSV(B)69.5º63.49%74.12%-
XYZ35.8545.3712.5-
YUV169.6471.21128.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 189 (74.22% from 255) = 44.16%
BLUE value IS 69 (27.34% from 255) = 16.12%
R=39.72%
G=44.16%
B=16.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170189690.1000.630.2669.547.6250.59
HexAABD45A03F1A463033
Octal25227510512077321066063
Binary1010101010111101100010110100111111110101000110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD45; }

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

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

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

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

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

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

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

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