#AAC22D

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

Shades of Bahia #AAC22D

Tints of Bahia #AAC22D

Color information

#AAC22D (or 0xAAC22D) is unknown color: approx Bahia. HEX triplet: AA, C2 and 2D. RGB value is (170,194,45). Sum of RGB (Red+Green+Blue) = 170+194+45=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC22D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC22D is #553DD2. Grayscale: #AAAAAA. Windows color (decimal): -5586387 or 2998954. OLE color: 2998954.

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

Color convert

RGB17019445-
CMYK0.1200.770.24
HSL69.66º62.34%46.86%-
HSV(B)69.66º76.8%76.08%-
XYZ36.3447.329.7-
YUV169.8457.55128.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 194 (76.17% from 255) = 47.43%
BLUE value IS 45 (17.97% from 255) = 11.00%
R=41.56%
G=47.43%
B=11.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170194450.1200.770.2469.6662.3446.86
HexAAC22DC04D18463e2f
Octal25230255140115301067657
Binary1010101011000010101101110001001101110001000110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC22D; }

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

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

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

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

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

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

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

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