#a1ae41

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

Shades of Celery #A1AE41

Tints of Celery #A1AE41

Color information

#A1AE41 (or 0xA1AE41) is unknown color: approx Celery. HEX triplet: A1, AE and 41. RGB value is (161,174,65). Sum of RGB (Red+Green+Blue) = 161+174+65=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AE41 is #5E51BE. Grayscale: #9E9E9E. Windows color (decimal): -6181311 or 4304545. OLE color: 4304545.

HSL color Cylindrical-coordinate representation of color #A1AE41: hue angle of 67.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1AE41 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB16117465-
CMYK0.0700.630.32
HSL67.16º45.61%46.86%-
HSV(B)67.16º62.64%68.24%-
XYZ30.7938.2310.76-
YUV157.6975.69130.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 174 (68.36% from 255) = 43.5%
BLUE value IS 65 (25.78% from 255) = 16.25%
R=40.25%
G=43.5%
B=16.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161174650.0700.630.3267.1645.6146.86
HexA1AE41703F20432e2f
Octal2412561017077401035657
Binary1010000110101110100000111101111111000001000011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1ae41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1ae41; }

 p { color: rgb(161,174,65); }

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

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

 a { background-color: rgb(161,174,65); }

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

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

 span { border-color: rgb(161,174,65); }

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