#AAC34A

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

Shades of Celery #AAC34A

Tints of Celery #AAC34A

Color information

#AAC34A (or 0xAAC34A) is unknown color: approx Celery. HEX triplet: AA, C3 and 4A. RGB value is (170,195,74). Sum of RGB (Red+Green+Blue) = 170+195+74=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC34A is #553CB5. Grayscale: #AEAEAE. Windows color (decimal): -5586102 or 4899754. OLE color: 4899754.

HSL color Cylindrical-coordinate representation of color #AAC34A: hue angle of 72.4º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAC34A is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB17019574-
CMYK0.1300.620.24
HSL72.4º50.21%52.75%-
HSV(B)72.4º62.05%76.47%-
XYZ37.3348.0713.79-
YUV173.7371.72125.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 195 (76.56% from 255) = 44.42%
BLUE value IS 74 (29.30% from 255) = 16.86%
R=38.72%
G=44.42%
B=16.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170195740.1300.620.2472.450.2152.75
HexAAC34AD03E18483235
Octal25230311215076301106265
Binary1010101011000011100101011010111110110001001000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC34A; }

 p { color: rgb(170,195,74); }

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

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

 a { background-color: rgb(170,195,74); }

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

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

 span { border-color: rgb(170,195,74); }

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