#AAC532

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

Shades of Yellow Green #AAC532

Tints of Yellow Green #AAC532

Color information

#AAC532 (or 0xAAC532) is unknown color: approx Yellow Green. HEX triplet: AA, C5 and 32. RGB value is (170,197,50). Sum of RGB (Red+Green+Blue) = 170+197+50=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC532 is #553ACD. Grayscale: #ACACAC. Windows color (decimal): -5585614 or 3327402. OLE color: 3327402.

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

Color convert

RGB17019750-
CMYK0.1400.750.23
HSL71.02º59.51%48.43%-
HSV(B)71.02º74.62%77.25%-
XYZ37.1248.7110.46-
YUV172.1759.05126.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 197 (77.34% from 255) = 47.24%
BLUE value IS 50 (19.92% from 255) = 11.99%
R=40.77%
G=47.24%
B=11.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170197500.1400.750.2371.0259.5148.43
HexAAC532E04B17473c30
Octal25230562160113271077460
Binary1010101011000101110010111001001011101111000111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC532; }

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

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

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

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

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

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

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

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