#AABE40

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

Shades of Celery #AABE40

Tints of Celery #AABE40

Color information

#AABE40 (or 0xAABE40) is unknown color: approx Celery. HEX triplet: AA, BE and 40. RGB value is (170,190,64). Sum of RGB (Red+Green+Blue) = 170+190+64=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABE40 is #5541BF. Grayscale: #AAAAAA. Windows color (decimal): -5587392 or 4243114. OLE color: 4243114.

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

Color convert

RGB17019064-
CMYK0.1100.660.25
HSL69.52º49.61%49.8%-
HSV(B)69.52º66.32%74.51%-
XYZ35.9245.7411.79-
YUV169.6668.37128.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 190 (74.61% from 255) = 44.81%
BLUE value IS 64 (25.39% from 255) = 15.09%
R=40.09%
G=44.81%
B=15.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170190640.1100.660.2569.5249.6149.8
HexAABE40B04219463232
Octal252276100130102311066262
Binary10101010101111101000000101101000010110011000110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE40; }

 p { color: rgb(170,190,64); }

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

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

 a { background-color: rgb(170,190,64); }

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

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

 span { border-color: rgb(170,190,64); }

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