#AABE42

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

Shades of Celery #AABE42

Tints of Celery #AABE42

Color information

#AABE42 (or 0xAABE42) is unknown color: approx Celery. HEX triplet: AA, BE and 42. RGB value is (170,190,66). Sum of RGB (Red+Green+Blue) = 170+190+66=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABE42 is #5541BD. Grayscale: #AAAAAA. Windows color (decimal): -5587390 or 4374186. OLE color: 4374186.

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

Color convert

RGB17019066-
CMYK0.1100.650.25
HSL69.68º48.82%50.2%-
HSV(B)69.68º65.26%74.51%-
XYZ35.9745.7712.09-
YUV169.8869.37128.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 190 (74.61% from 255) = 44.60%
BLUE value IS 66 (26.17% from 255) = 15.49%
R=39.91%
G=44.60%
B=15.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170190660.1100.650.2569.6848.8250.2
HexAABE42B04119463132
Octal252276102130101311066162
Binary10101010101111101000010101101000001110011000110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE42; }

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

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

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

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

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

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

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

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