#AABF3F

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

Shades of Celery #AABF3F

Tints of Celery #AABF3F

Color information

#AABF3F (or 0xAABF3F) is unknown color: approx Celery. HEX triplet: AA, BF and 3F. RGB value is (170,191,63). Sum of RGB (Red+Green+Blue) = 170+191+63=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF3F is #5540C0. Grayscale: #AAAAAA. Windows color (decimal): -5587137 or 4177834. OLE color: 4177834.

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

Color convert

RGB17019163-
CMYK0.1100.670.25
HSL69.84º50.39%49.8%-
HSV(B)69.84º67.02%74.9%-
XYZ36.1146.1711.71-
YUV170.1367.54127.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 191 (75% from 255) = 45.05%
BLUE value IS 63 (25% from 255) = 14.86%
R=40.09%
G=45.05%
B=14.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170191630.1100.670.2569.8450.3949.8
HexAABF3FB04319463232
Octal25227777130103311066262
Binary1010101010111111111111101101000011110011000110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF3F; }

 p { color: rgb(170,191,63); }

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

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

 a { background-color: rgb(170,191,63); }

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

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

 span { border-color: rgb(170,191,63); }

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