#AAC52E

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

Shades of Bahia #AAC52E

Tints of Bahia #AAC52E

Color information

#AAC52E (or 0xAAC52E) is unknown color: approx Bahia. HEX triplet: AA, C5 and 2E. RGB value is (170,197,46). Sum of RGB (Red+Green+Blue) = 170+197+46=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC52E is #553AD1. Grayscale: #ACACAC. Windows color (decimal): -5585618 or 3065258. OLE color: 3065258.

HSL color Cylindrical-coordinate representation of color #AAC52E: hue angle of 70.73º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAC52E is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB17019746-
CMYK0.1400.770.23
HSL70.73º62.14%47.65%-
HSV(B)70.73º76.65%77.25%-
XYZ37.0448.6810.03-
YUV171.7157.05126.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 197 (77.34% from 255) = 47.70%
BLUE value IS 46 (18.36% from 255) = 11.14%
R=41.16%
G=47.70%
B=11.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170197460.1400.770.2370.7362.1447.65
HexAAC52EE04D17473e30
Octal25230556160115271077660
Binary1010101011000101101110111001001101101111000111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC52E; }

 p { color: rgb(170,197,46); }

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

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

 a { background-color: rgb(170,197,46); }

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

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

 span { border-color: rgb(170,197,46); }

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