#AAC25A

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

Shades of Celery #AAC25A

Tints of Celery #AAC25A

Color information

#AAC25A (or 0xAAC25A) is unknown color: approx Celery. HEX triplet: AA, C2 and 5A. RGB value is (170,194,90). Sum of RGB (Red+Green+Blue) = 170+194+90=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC25A is #553DA5. Grayscale: #AFAFAF. Windows color (decimal): -5586342 or 5948074. OLE color: 5948074.

HSL color Cylindrical-coordinate representation of color #AAC25A: hue angle of 73.85º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAC25A is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB17019490-
CMYK0.1200.540.24
HSL73.85º46.02%55.69%-
HSV(B)73.85º53.61%76.08%-
XYZ37.7147.8716.92-
YUV174.9780.05124.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 194 (76.17% from 255) = 42.73%
BLUE value IS 90 (35.55% from 255) = 19.82%
R=37.44%
G=42.73%
B=19.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170194900.1200.540.2473.8546.0255.69
HexAAC25AC036184a2e38
Octal25230213214066301125670
Binary1010101011000010101101011000110110110001001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC25A; }

 p { color: rgb(170,194,90); }

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

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

 a { background-color: rgb(170,194,90); }

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

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

 span { border-color: rgb(170,194,90); }

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