#AAC04B

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

Shades of Celery #AAC04B

Tints of Celery #AAC04B

Color information

#AAC04B (or 0xAAC04B) is unknown color: approx Celery. HEX triplet: AA, C0 and 4B. RGB value is (170,192,75). Sum of RGB (Red+Green+Blue) = 170+192+75=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC04B is #553FB4. Grayscale: #ACACAC. Windows color (decimal): -5586869 or 4964522. OLE color: 4964522.

HSL color Cylindrical-coordinate representation of color #AAC04B: hue angle of 71.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAC04B is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB17019275-
CMYK0.1100.610.25
HSL71.28º48.15%52.35%-
HSV(B)71.28º60.94%75.29%-
XYZ36.746.7513.75-
YUV172.0873.21126.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 192 (75.39% from 255) = 43.94%
BLUE value IS 75 (29.69% from 255) = 17.16%
R=38.90%
G=43.94%
B=17.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170192750.1100.610.2571.2848.1552.35
HexAAC04BB03D19473034
Octal25230011313075311076064
Binary1010101011000000100101110110111101110011000111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC04B; }

 p { color: rgb(170,192,75); }

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

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

 a { background-color: rgb(170,192,75); }

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

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

 span { border-color: rgb(170,192,75); }

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