#AAC634

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

Shades of Yellow Green #AAC634

Tints of Yellow Green #AAC634

Color information

#AAC634 (or 0xAAC634) is unknown color: approx Yellow Green. HEX triplet: AA, C6 and 34. RGB value is (170,198,52). Sum of RGB (Red+Green+Blue) = 170+198+52=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC634 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC634 is #5539CB. Grayscale: #ADADAD. Windows color (decimal): -5585356 or 3458730. OLE color: 3458730.

HSL color Cylindrical-coordinate representation of color #AAC634: hue angle of 71.51º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAC634 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB17019852-
CMYK0.1400.740.22
HSL71.51º58.4%49.02%-
HSV(B)71.51º73.74%77.65%-
XYZ37.3949.1810.77-
YUV172.9859.72125.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 52 (20.70% from 255) = 12.38%
R=40.48%
G=47.14%
B=12.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170198520.1400.740.2271.5158.449.02
HexAAC634E04A16483a31
Octal25230664160112261107261
Binary1010101011000110110100111001001010101101001000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC634; }

 p { color: rgb(170,198,52); }

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

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

 a { background-color: rgb(170,198,52); }

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

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

 span { border-color: rgb(170,198,52); }

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