#AAC14D

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

Shades of Celery #AAC14D

Tints of Celery #AAC14D

Color information

#AAC14D (or 0xAAC14D) is unknown color: approx Celery. HEX triplet: AA, C1 and 4D. RGB value is (170,193,77). Sum of RGB (Red+Green+Blue) = 170+193+77=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC14D is #553EB2. Grayscale: #ADADAD. Windows color (decimal): -5586611 or 5095850. OLE color: 5095850.

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

Color convert

RGB17019377-
CMYK0.1200.600.24
HSL71.9º48.33%52.94%-
HSV(B)71.9º60.1%75.69%-
XYZ36.9947.2214.19-
YUV172.973.88125.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 193 (75.78% from 255) = 43.86%
BLUE value IS 77 (30.47% from 255) = 17.5%
R=38.64%
G=43.86%
B=17.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170193770.1200.600.2471.948.3352.94
HexAAC14DC03C18483035
Octal25230111514074301106065
Binary1010101011000001100110111000111100110001001000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC14D; }

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

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

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

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

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

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

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

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