#A2AE45

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

Shades of Celery #A2AE45

Tints of Celery #A2AE45

Color information

#A2AE45 (or 0xA2AE45) is unknown color: approx Celery. HEX triplet: A2, AE and 45. RGB value is (162,174,69). Sum of RGB (Red+Green+Blue) = 162+174+69=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AE45 is #5D51BA. Grayscale: #9E9E9E. Windows color (decimal): -6115771 or 4566690. OLE color: 4566690.

HSL color Cylindrical-coordinate representation of color #A2AE45: hue angle of 66.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2AE45 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB16217469-
CMYK0.0700.600.32
HSL66.86º43.21%47.65%-
HSV(B)66.86º60.34%68.24%-
XYZ31.1138.3811.4-
YUV158.4477.52130.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=40%
G=42.96%
B=17.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162174690.0700.600.3266.8643.2147.65
HexA2AE45703C20432b30
Octal2422561057074401035360
Binary1010001010101110100010111101111001000001000011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE45; }

 p { color: rgb(162,174,69); }

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

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

 a { background-color: rgb(162,174,69); }

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

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

 span { border-color: rgb(162,174,69); }

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