#AAC14C

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

Shades of Celery #AAC14C

Tints of Celery #AAC14C

Color information

#AAC14C (or 0xAAC14C) is unknown color: approx Celery. HEX triplet: AA, C1 and 4C. RGB value is (170,193,76). Sum of RGB (Red+Green+Blue) = 170+193+76=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC14C is #553EB3. Grayscale: #ADADAD. Windows color (decimal): -5586612 or 5030314. OLE color: 5030314.

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

Color convert

RGB17019376-
CMYK0.1200.610.24
HSL71.79º48.55%52.75%-
HSV(B)71.79º60.62%75.69%-
XYZ36.9547.2114-
YUV172.7873.38126.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 193 (75.78% from 255) = 43.96%
BLUE value IS 76 (30.08% from 255) = 17.31%
R=38.72%
G=43.96%
B=17.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170193760.1200.610.2471.7948.5552.75
HexAAC14CC03D18483135
Octal25230111414075301106165
Binary1010101011000001100110011000111101110001001000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC14C; }

 p { color: rgb(170,193,76); }

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

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

 a { background-color: rgb(170,193,76); }

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

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

 span { border-color: rgb(170,193,76); }

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