#AAC25C

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

Shades of Celery #AAC25C

Tints of Celery #AAC25C

Color information

#AAC25C (or 0xAAC25C) is unknown color: approx Celery. HEX triplet: AA, C2 and 5C. RGB value is (170,194,92). Sum of RGB (Red+Green+Blue) = 170+194+92=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC25C is #553DA3. Grayscale: #AFAFAF. Windows color (decimal): -5586340 or 6079146. OLE color: 6079146.

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

Color convert

RGB17019492-
CMYK0.1200.530.24
HSL74.12º45.54%56.08%-
HSV(B)74.12º52.58%76.08%-
XYZ37.847.917.38-
YUV175.281.05124.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 92 (36.33% from 255) = 20.18%
R=37.28%
G=42.54%
B=20.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170194920.1200.530.2474.1245.5456.08
HexAAC25CC035184a2e38
Octal25230213414065301125670
Binary1010101011000010101110011000110101110001001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC25C; }

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

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

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

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

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

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

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

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