#AACA32

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

Shades of Yellow Green #AACA32

Tints of Yellow Green #AACA32

Color information

#AACA32 (or 0xAACA32) is unknown color: approx Yellow Green. HEX triplet: AA, CA and 32. RGB value is (170,202,50). Sum of RGB (Red+Green+Blue) = 170+202+50=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA32 is #5535CD. Grayscale: #AFAFAF. Windows color (decimal): -5584334 or 3328682. OLE color: 3328682.

HSL color Cylindrical-coordinate representation of color #AACA32: hue angle of 72.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AACA32 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB17020250-
CMYK0.1600.750.21
HSL72.63º60.32%49.41%-
HSV(B)72.63º75.25%79.22%-
XYZ38.2751.0210.85-
YUV175.157.4124.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 202 (79.30% from 255) = 47.87%
BLUE value IS 50 (19.92% from 255) = 11.85%
R=40.28%
G=47.87%
B=11.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202500.1600.750.2172.6360.3249.41
HexAACA321004B15493c31
Octal25231262200113251117461
Binary10101010110010101100101000001001011101011001001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA32; }

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

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

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

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

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

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

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

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